Merge develop into feature/fga/some_room_related_fixes
This commit is contained in:
@@ -227,6 +227,10 @@ class LoggedInFlowNode @AssistedInject constructor(
|
||||
override fun onBackClicked() {
|
||||
backstack.pop()
|
||||
}
|
||||
|
||||
override fun onInviteAccepted(roomId: RoomId) {
|
||||
backstack.push(NavTarget.Room(roomId))
|
||||
}
|
||||
}
|
||||
|
||||
inviteListEntryPoint.nodeBuilder(this, buildContext)
|
||||
|
||||
Reference in New Issue
Block a user