Fix navigation issue once incoming share is handled
This commit is contained in:
parent
ece47a4277
commit
edf994f843
1 changed files with 1 additions and 1 deletions
|
|
@ -489,7 +489,7 @@ class LoggedInFlowNode(
|
|||
params = ShareEntryPoint.Params(intent = navTarget.intent),
|
||||
callback = object : ShareEntryPoint.Callback {
|
||||
override fun onDone(roomIds: List<RoomId>) {
|
||||
navigateUp()
|
||||
backstack.pop()
|
||||
roomIds.singleOrNull()?.let { roomId ->
|
||||
backstack.push(NavTarget.Room(roomId.toRoomIdOrAlias()))
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue