1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-02-22 22:21:18 +00:00

Prevent focus within nav menu

This commit is contained in:
M66B 2022-04-18 14:45:46 +02:00
parent 99f3c224af
commit 45acd2937a

View file

@ -4,7 +4,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:animateLayoutChanges="false"
android:descendantFocusability="beforeDescendants"
android:descendantFocusability="blocksDescendants"
android:focusable="true"
android:focusableInTouchMode="true">