mirror of
https://github.com/SimpleMobileTools/Simple-Notes.git
synced 2025-04-04 18:51:14 +02: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()
|
searchQueryET.text?.clear()
|
||||||
isSearchActive = false
|
isSearchActive = false
|
||||||
search_wrapper.fadeOut()
|
search_wrapper.fadeOut()
|
||||||
|
hideKeyboard()
|
||||||
}
|
}
|
||||||
|
|
||||||
private fun getWantedNoteIndex(wantedNoteId: Long?): Int {
|
private fun getWantedNoteIndex(wantedNoteId: Long?): Int {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user