Unlocks the drawer layout when not new layout

This commit is contained in:
ericdecanini 2022-09-06 18:01:36 +02:00
parent 9564c8f144
commit 6c2363471d
1 changed files with 1 additions and 0 deletions

View File

@ -223,6 +223,7 @@ class HomeActivity :
} else {
replaceFragment(views.homeDetailFragmentContainer, HomeDetailFragment::class.java)
replaceFragment(views.homeDrawerFragmentContainer, HomeDrawerFragment::class.java)
views.drawerLayout.setDrawerLockMode(DrawerLayout.LOCK_MODE_UNLOCKED)
}
}