mirror of
https://github.com/SimpleMobileTools/Simple-File-Manager.git
synced 2025-01-31 18:55:26 +01:00
hide keyboard while closing search bar
This commit is contained in:
parent
583bf38cdd
commit
dc099d7f19
@ -348,6 +348,7 @@ class ReadTextActivity : SimpleActivity() {
|
||||
searchQueryET.text?.clear()
|
||||
isSearchActive = false
|
||||
search_wrapper.beGone()
|
||||
hideKeyboard()
|
||||
}
|
||||
|
||||
private fun selectSearchMatch(editText: GestureEditText) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user