This commit is contained in:
Horis
2024-08-18 20:58:11 +08:00
parent 2078c4b6d3
commit 61fc6e2e24
@@ -105,7 +105,6 @@ class SearchContentActivity :
if (ev.action == MotionEvent.ACTION_DOWN) {
currentFocus?.let {
if (it.shouldHideSoftInput(ev)) {
searchView.clearFocus()
it.hideSoftInput()
}
}