Explorar o código

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

arkon %!s(int64=3) %!d(string=hai) anos
pai
achega
2256030a2a
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      app/src/main/res/layout/reader_activity.xml

+ 1 - 0
app/src/main/res/layout/reader_activity.xml

@@ -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