Changes notification join space destination to explore rooms

This commit is contained in:
ericdecanini 2022-04-14 15:06:50 +02:00
parent 538e6e453f
commit 84960a77a5
1 changed files with 1 additions and 1 deletions

View File

@ -613,6 +613,6 @@ class HomeActivity :
}
override fun mxToBottomSheetSwitchToSpace(spaceId: String) {
navigator.switchToSpace(this, spaceId, Navigator.PostSwitchSpaceAction.None)
navigator.switchToSpace(this, spaceId, Navigator.PostSwitchSpaceAction.OpenRoomList)
}
}