Don't allow focus on ReaderNavigationOverlayView (maybe fixes #5555)

(cherry picked from commit 2256030a2ad0f59bdb335bb1fe7cb18b041337fc)
This commit is contained in:
arkon 2021-08-15 10:42:45 -04:00 committed by Jobobby04
parent 06976401a5
commit 6857f35910

View File

@ -38,6 +38,7 @@
android:id="@+id/navigation_overlay"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:focusable="false"
android:visibility="gone" />
<androidx.constraintlayout.widget.ConstraintLayout