mirror of
https://github.com/FossifyOrg/Notes.git
synced 2026-06-12 02:30:48 -04:00
hide keyboard while closing search bar
This commit is contained in:
@@ -569,6 +569,7 @@ class MainActivity : SimpleActivity() {
|
||||
searchQueryET.text?.clear()
|
||||
isSearchActive = false
|
||||
search_wrapper.fadeOut()
|
||||
hideKeyboard()
|
||||
}
|
||||
|
||||
private fun getWantedNoteIndex(wantedNoteId: Long?): Int {
|
||||
|
||||
Reference in New Issue
Block a user