This commit is contained in:
kunfei
2023-04-18 11:20:09 +08:00
parent 715f0ff59f
commit e52caecefd
@@ -124,6 +124,7 @@ class SearchContentActivity :
searchView.allViews.forEach { view ->
if (view is EditText) {
view.showSoftInput()
return@setOnClickListener
}
}
}