mirror of
https://github.com/SimpleMobileTools/Simple-File-Manager.git
synced 2025-06-05 22:09:15 +02:00
hide keyboard while closing search bar
This commit is contained in:
@ -348,6 +348,7 @@ class ReadTextActivity : SimpleActivity() {
|
||||
searchQueryET.text?.clear()
|
||||
isSearchActive = false
|
||||
search_wrapper.beGone()
|
||||
hideKeyboard()
|
||||
}
|
||||
|
||||
private fun selectSearchMatch(editText: GestureEditText) {
|
||||
|
Reference in New Issue
Block a user