This commit is contained in:
kunfei
2023-04-18 11:20:09 +08:00
parent f42c671458
commit d4649ce767

View File

@@ -124,6 +124,7 @@ class SearchContentActivity :
searchView.allViews.forEach { view ->
if (view is EditText) {
view.showSoftInput()
return@setOnClickListener
}
}
}