Fixes crash when going into spaces
This commit is contained in:
parent
a961ed7de7
commit
f54da187ca
|
@ -244,7 +244,7 @@ class HomeActivity :
|
|||
}
|
||||
|
||||
private fun openGroup(shouldClearFragment: Boolean) {
|
||||
views.drawerLayout.closeDrawer(GravityCompat.START)
|
||||
// views.drawerLayout.closeDrawer(GravityCompat.START)
|
||||
|
||||
// When switching from space to group or group to space, we need to reload the fragment
|
||||
if (shouldClearFragment) {
|
||||
|
|
Loading…
Reference in New Issue