mirror of
https://github.com/SimpleMobileTools/Simple-Notes.git
synced 2025-03-20 02:20:06 +01:00
Merge pull request #639 from fatihergin/fix/hide-keyboard-on-search-bar-close-click
hide keyboard while closing search bar
This commit is contained in:
commit
4b3b90e149
@ -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