Skip to content

Commit 4b3b90e

Browse files
authored
Merge pull request #639 from fatihergin/fix/hide-keyboard-on-search-bar-close-click
hide keyboard while closing search bar
2 parents ec3b4bd + c5e8240 commit 4b3b90e

File tree

1 file changed

+1
-0
lines changed
  • app/src/main/kotlin/com/simplemobiletools/notes/pro/activities

1 file changed

+1
-0
lines changed

app/src/main/kotlin/com/simplemobiletools/notes/pro/activities/MainActivity.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -569,6 +569,7 @@ class MainActivity : SimpleActivity() {
569569
searchQueryET.text?.clear()
570570
isSearchActive = false
571571
search_wrapper.fadeOut()
572+
hideKeyboard()
572573
}
573574

574575
private fun getWantedNoteIndex(wantedNoteId: Long?): Int {

0 commit comments

Comments
 (0)