feat(activity): 新增已采集食材列表页,支持搜索、删除及空视图展示
This commit is contained in:
@@ -7,7 +7,8 @@ import android.view.inputmethod.InputMethodManager
|
||||
|
||||
object KeyboardUtil {
|
||||
|
||||
fun hideKeyboard(context: Context, view: View) {
|
||||
fun hideKeyboard(view: View) {
|
||||
val context = view.context
|
||||
val imm = context.getSystemService(Context.INPUT_METHOD_SERVICE) as InputMethodManager
|
||||
imm.hideSoftInputFromWindow(view.windowToken, 0)
|
||||
view.clearFocus() // 清除焦点避免键盘再次弹出
|
||||
|
||||
Reference in New Issue
Block a user