mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-07 20:31:02 -05:00
Make nav overlay non-clickable (maybe fixes #5727)
This commit is contained in:
parent
a3917972b4
commit
beb7f90908
1 changed files with 1 additions and 0 deletions
|
@ -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" />
|
||||
|
||||
|
|
Loading…
Reference in a new issue