优化
This commit is contained in:
@@ -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()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user