소스 검색

Make nav overlay non-clickable (maybe fixes #5727)

arkon 3 년 전
부모
커밋
beb7f90908
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:clickable="false"
         android:focusable="false"
         android:visibility="gone" />