mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2024-12-17 17:20:21 +01:00
android: proper hiding keyboard when entering passcode (#4066)
This commit is contained in:
committed by
GitHub
parent
2b6764fc36
commit
f80ac6dc50
+1
-1
@@ -16,7 +16,7 @@ actual fun LocalMultiplatformView(): Any? = null
|
||||
|
||||
@Composable
|
||||
actual fun getKeyboardState(): State<KeyboardState> = remember { mutableStateOf(KeyboardState.Opened) }
|
||||
actual fun hideKeyboard(view: Any?) {}
|
||||
actual fun hideKeyboard(view: Any?, clearFocus: Boolean) {}
|
||||
|
||||
actual fun androidIsFinishingMainActivity(): Boolean = false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user