mirror of
https://github.com/mihonapp/mihon.git
synced 2025-08-23 23:01:32 +02:00
Don't allow focus on ReaderNavigationOverlayView (maybe fixes #5555)
This commit is contained in:
@@ -37,6 +37,7 @@
|
|||||||
android:id="@+id/navigation_overlay"
|
android:id="@+id/navigation_overlay"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
|
android:focusable="false"
|
||||||
android:visibility="gone" />
|
android:visibility="gone" />
|
||||||
|
|
||||||
<FrameLayout
|
<FrameLayout
|
||||||
|
Reference in New Issue
Block a user