mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-05-25 02:05:40 +00:00
android: fix lock not showing (#3181)
* android: fix lock not showing * better fix
This commit is contained in:
committed by
GitHub
parent
420d80ad6c
commit
76fb5b6dca
+2
@@ -69,3 +69,5 @@ actual fun hideKeyboard(view: Any?) {
|
||||
(androidAppContext.getSystemService(Context.INPUT_METHOD_SERVICE) as InputMethodManager).hideSoftInputFromWindow(view.windowToken, 0)
|
||||
}
|
||||
}
|
||||
|
||||
actual fun androidIsFinishingMainActivity(): Boolean = (mainActivity.get()?.isFinishing == true)
|
||||
|
||||
Reference in New Issue
Block a user