Update RetroGameScreen.kt

This commit is contained in:
Kaladin
2026-03-10 19:10:20 +05:30
committed by GitHub
parent c52f60a29b
commit 9b0f336f91

View File

@@ -155,7 +155,7 @@ class RetroGameScreen : Routes.Route() {
}
LaunchedEffect(Unit) {
context.shortToast(routes.homeAbout.translation["about_magic_toast"])
context.shortToast(translation["about_magic_toast"]?:"")
resetGame()
while (true) {
delay(16)