瀏覽代碼

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

arkon 3 年之前
父節點
當前提交
2256030a2a
共有 1 個文件被更改,包括 1 次插入0 次删除
  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