Fix: Fixed the keyboard from displaying wrong.

Fixed the keyboard from still displaying on loading back to homescreen.
This commit is contained in:
HeCodes2Much
2024-05-21 15:55:31 +01:00
parent 4e8df5ea94
commit 3d5c704497

View File

@@ -175,6 +175,7 @@ class DrawFragment : Fragment(), OnItemClickedListener.OnAppsClickedListener,
override fun onPause() { override fun onPause() {
super.onPause() super.onPause()
binding.searchViewText.setQuery("", false) binding.searchViewText.setQuery("", false)
binding.searchViewText.hideKeyboard()
} }
override fun onResume() { override fun onResume() {