优化
This commit is contained in:
@@ -61,7 +61,6 @@ class TocActivity : VMBaseActivity<ActivityChapterListBinding, TocViewModel>(),
|
|||||||
if (ev.action == MotionEvent.ACTION_DOWN) {
|
if (ev.action == MotionEvent.ACTION_DOWN) {
|
||||||
currentFocus?.let {
|
currentFocus?.let {
|
||||||
if (it is EditText) {
|
if (it is EditText) {
|
||||||
it.clearFocus()
|
|
||||||
it.hideSoftInput()
|
it.hideSoftInput()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user