This commit is contained in:
Horis
2025-01-06 18:32:33 +08:00
parent 4cddb2376f
commit 092c7f9ddf
@@ -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()
}
}