Don't allow focus on ReaderNavigationOverlayView (maybe fixes #5555)
This commit is contained in:
parent
79da33b597
commit
2256030a2a
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@
|
|||
android:id="@+id/navigation_overlay"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:focusable="false"
|
||||
android:visibility="gone" />
|
||||
|
||||
<FrameLayout
|
||||
|
|
Reference in a new issue