Skip to content

Commit 106a0bf

Browse files
committed
fix (join room) : do not navigate up when join is successful
1 parent 680b63d commit 106a0bf

File tree

1 file changed

+1
-1
lines changed
  • features/joinroom/impl/src/main/kotlin/io/element/android/features/joinroom/impl

1 file changed

+1
-1
lines changed

features/joinroom/impl/src/main/kotlin/io/element/android/features/joinroom/impl/JoinRoomFlowNode.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ class JoinRoomFlowNode @AssistedInject constructor(
7979
JoinRoomView(
8080
state = state,
8181
onBackClick = ::navigateUp,
82-
onJoinSuccess = ::navigateUp,
82+
onJoinSuccess = {},
8383
onForgetSuccess = ::navigateUp,
8484
onCancelKnockSuccess = {},
8585
onKnockSuccess = {},

0 commit comments

Comments
 (0)