mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-06-01 04:12:12 +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)
|
if (step == 2)
|
||||||
scope.launch {
|
scope.launch {
|
||||||
while (step == 2 && !UncachedInputMethodManagerUtils.isThisImeCurrent(ctx, imm)) {
|
while (step == 2 && !UncachedInputMethodManagerUtils.isThisImeCurrent(ctx, imm)) {
|
||||||
delay(200)
|
delay(50)
|
||||||
}
|
}
|
||||||
step = 3
|
step = 3
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue