Close action editor when keyboard is closed

This commit is contained in:
Aleksandras Kostarevas 2024-07-20 22:54:54 +03:00
parent 5aaad74d3c
commit b41b42fabc

View File

@ -723,6 +723,7 @@ class UixManager(private val latinIME: LatinIME) {
fun onInputFinishing() {
closeActionWindow()
languageSwitcherDialog?.dismiss()
isShowingActionEditor.value = false
}
fun cleanUpPersistentStates() {