Skip to content

Commit 619f2e4

Browse files
committed
disable save state for NavigationView in main_activity.xml (VREMSoftwareDevelopment#580)
Thank you for your contribution
1 parent 5a0722f commit 619f2e4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/src/main/res/layout/main_activity.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,10 @@
3434
android:layout_height="match_parent"
3535
android:layout_gravity="start"
3636
android:fitsSystemWindows="true"
37+
android:saveEnabled="false"
3738
app:headerLayout="@layout/main_navigation"
3839
app:itemIconTint="@drawable/menu_selector"
3940
app:itemTextColor="@drawable/menu_selector"
4041
app:menu="@menu/nav_drawer_menu" />
4142

42-
</androidx.drawerlayout.widget.DrawerLayout>
43+
</androidx.drawerlayout.widget.DrawerLayout>

0 commit comments

Comments
 (0)