diff --git a/app/src/main/java/helium314/keyboard/settings/WelcomeWizard.kt b/app/src/main/java/helium314/keyboard/settings/WelcomeWizard.kt index ae2966788..3dc8c5b69 100644 --- a/app/src/main/java/helium314/keyboard/settings/WelcomeWizard.kt +++ b/app/src/main/java/helium314/keyboard/settings/WelcomeWizard.kt @@ -69,7 +69,7 @@ fun WelcomeWizard( if (step == 2) scope.launch { while (step == 2 && !UncachedInputMethodManagerUtils.isThisImeCurrent(ctx, imm)) { - delay(200) + delay(50) } step = 3 }