Fix: Fixed the keyboard from displaying wrong.
Fixed the keyboard from still displaying on loading back to homescreen.
This commit is contained in:
@@ -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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user