mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-05-22 17:46:18 +00:00
android: longer delay before showing keyboard when creating a group (#4073)
This commit is contained in:
committed by
GitHub
parent
e5ac472da3
commit
944a0b3aad
+1
-1
@@ -158,7 +158,7 @@ fun AddGroupLayout(
|
||||
)
|
||||
|
||||
LaunchedEffect(Unit) {
|
||||
delay(300)
|
||||
delay(1000)
|
||||
focusRequester.requestFocus()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user