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