Unlocks the drawer layout when not new layout
This commit is contained in:
parent
9564c8f144
commit
6c2363471d
|
@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue