Browse Source

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

arkon 3 năm trước cách đây
mục cha
commit
2256030a2a
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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