ReaderActivity: Block focus on viewer (#5996)

(cherry picked from commit c8f70efded)
This commit is contained in:
Ivan Iskandar
2021-10-01 19:09:36 +07:00
committed by Jobobby04
parent e374281d21
commit 4bb6bf445b
+2 -1
View File
@@ -14,7 +14,8 @@
<FrameLayout
android:id="@+id/viewer_container"
android:layout_width="match_parent"
android:layout_height="match_parent" />
android:layout_height="match_parent"
android:descendantFocusability="blocksDescendants" />
<eu.kanade.tachiyomi.ui.reader.PageIndicatorTextView
android:id="@+id/page_number"