Skip to content

Commit

Permalink
Fix: Fixed the keyboard from displaying wrong.
Browse files Browse the repository at this point in the history
Fixed the keyboard from still displaying on loading back to homescreen.
  • Loading branch information
HeCodes2Much committed May 21, 2024
1 parent 4e8df5e commit 3d5c704
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ class DrawFragment : Fragment(), OnItemClickedListener.OnAppsClickedListener,
override fun onPause() {
super.onPause()
binding.searchViewText.setQuery("", false)
binding.searchViewText.hideKeyboard()
}

override fun onResume() {
Expand Down

0 comments on commit 3d5c704

Please sign in to comment.