Merge branch 'stable'

This commit is contained in:
Evgeny Poberezkin
2023-10-08 08:17:05 +01:00
6 changed files with 8 additions and 3 deletions

View File

@@ -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)