优化
This commit is contained in:
@@ -42,7 +42,7 @@ fun View.hideSoftInput() = run {
|
|||||||
inputMethodManager.hideSoftInputFromWindow(this.windowToken, 0)
|
inputMethodManager.hideSoftInputFromWindow(this.windowToken, 0)
|
||||||
}
|
}
|
||||||
|
|
||||||
fun View.showSoftInput() = run {
|
fun EditText.showSoftInput() = run {
|
||||||
requestFocus()
|
requestFocus()
|
||||||
inputMethodManager.showSoftInput(this, InputMethodManager.RESULT_SHOWN)
|
inputMethodManager.showSoftInput(this, InputMethodManager.RESULT_SHOWN)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user