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) {
|
||||
|
|
|
@ -6,4 +6,4 @@
|
|||
android:icon="@drawable/ic_material_done"
|
||||
android:title="@string/action_mark_all_as_read" />
|
||||
|
||||
</menu>
|
||||
</menu>
|
||||
|
|
Loading…
Reference in New Issue