mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-23 06:31:17 +00:00
Prevent focus within nav menu
This commit is contained in:
parent
99f3c224af
commit
45acd2937a
1 changed files with 1 additions and 1 deletions
|
@ -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">
|
||||
|
||||
|
|
Loading…
Reference in a new issue