Explorar el Código

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

arkon hace 3 años
padre
commit
2256030a2a
Se han modificado 1 ficheros con 1 adiciones y 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