mirror of
https://github.com/mihonapp/mihon.git
synced 2025-03-14 02:08:28 +03:00
ReaderActivity: Block focus on viewer (#5996)
This commit is contained in:
parent
ea97488670
commit
c8f70efded
1 changed files with 2 additions and 1 deletions
|
@ -13,7 +13,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"
|
||||
|
|
Loading…
Add table
Reference in a new issue