mirror of
https://github.com/SimpleMobileTools/Simple-Notes.git
synced 2025-03-20 18:40:20 +01:00
hide keyboard while closing search bar
This commit is contained in:
parent
ec3b4bd728
commit
c5e8240882
@ -569,6 +569,7 @@ class MainActivity : SimpleActivity() {
|
||||
searchQueryET.text?.clear()
|
||||
isSearchActive = false
|
||||
search_wrapper.fadeOut()
|
||||
hideKeyboard()
|
||||
}
|
||||
|
||||
private fun getWantedNoteIndex(wantedNoteId: Long?): Int {
|
||||
|
Loading…
x
Reference in New Issue
Block a user