Merge pull request #4899 from element-hq/feature/fga/fix_join_room_navigation
fix (join room) : do not navigate up when join is successful
This commit is contained in:
commit
802e1d2124
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ class JoinRoomFlowNode @AssistedInject constructor(
|
|||
JoinRoomView(
|
||||
state = state,
|
||||
onBackClick = ::navigateUp,
|
||||
onJoinSuccess = ::navigateUp,
|
||||
onJoinSuccess = {},
|
||||
onForgetSuccess = ::navigateUp,
|
||||
onCancelKnockSuccess = {},
|
||||
onKnockSuccess = {},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue