Make nav overlay non-clickable (maybe fixes #5727)
(cherry picked from commit beb7f909089fb43cce519ea8e2b17926030c1555)
This commit is contained in:
parent
1559250f90
commit
a9a8e44ef6
@ -38,6 +38,7 @@
|
|||||||
android:id="@+id/navigation_overlay"
|
android:id="@+id/navigation_overlay"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
|
android:clickable="false"
|
||||||
android:focusable="false"
|
android:focusable="false"
|
||||||
android:visibility="gone" />
|
android:visibility="gone" />
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user