Changes notification join space destination to explore rooms
This commit is contained in:
parent
538e6e453f
commit
84960a77a5
|
@ -613,6 +613,6 @@ class HomeActivity :
|
||||||
}
|
}
|
||||||
|
|
||||||
override fun mxToBottomSheetSwitchToSpace(spaceId: String) {
|
override fun mxToBottomSheetSwitchToSpace(spaceId: String) {
|
||||||
navigator.switchToSpace(this, spaceId, Navigator.PostSwitchSpaceAction.None)
|
navigator.switchToSpace(this, spaceId, Navigator.PostSwitchSpaceAction.OpenRoomList)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue