fix (join room) : do not navigate up when join is successful
This commit is contained in:
parent
680b63d460
commit
106a0bf2df
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