This commit is contained in:
Horis
2025-01-06 18:32:33 +08:00
parent 30c3a62eaa
commit 364bfc31e1
@@ -289,7 +289,7 @@ class BookInfoActivity :
override fun dispatchTouchEvent(ev: MotionEvent): Boolean {
if (ev.action == MotionEvent.ACTION_DOWN) {
currentFocus?.let {
if (it === binding.tvIntro) {
if (it === binding.tvIntro && binding.tvIntro.hasSelection()) {
it.clearFocus()
}
}