mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-26 03:16:02 +03:00
Unlocks the drawer layout when not new layout
This commit is contained in:
parent
9564c8f144
commit
6c2363471d
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue