Merge develop into feature/fga/some_room_related_fixes
This commit is contained in:
commit
1d690fdd00
32 changed files with 594 additions and 88 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue