mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-05-27 04:07:10 +00:00
more frequent selected subtype checks in welcome wizard
This commit is contained in:
parent
5d1545687f
commit
efa2faf474
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ fun WelcomeWizard(
|
|||
if (step == 2)
|
||||
scope.launch {
|
||||
while (step == 2 && !UncachedInputMethodManagerUtils.isThisImeCurrent(ctx, imm)) {
|
||||
delay(200)
|
||||
delay(50)
|
||||
}
|
||||
step = 3
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue