Skip to content

Commit 0a059ee

Browse files
authored
Merge pull request #710 from fatihergin/fix/hide-keyboard-on-search-bar-close-click
hide keyboard while closing search bar on ReadTextActivity
2 parents 583bf38 + dc099d7 commit 0a059ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/main/kotlin/com/simplemobiletools/filemanager/pro/activities/ReadTextActivity.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,7 @@ class ReadTextActivity : SimpleActivity() {
348348
searchQueryET.text?.clear()
349349
isSearchActive = false
350350
search_wrapper.beGone()
351+
hideKeyboard()
351352
}
352353

353354
private fun selectSearchMatch(editText: GestureEditText) {

0 commit comments

Comments
 (0)