Skip to content

Commit 802e1d2

Browse files
authored
Merge pull request #4899 from element-hq/feature/fga/fix_join_room_navigation
fix (join room) : do not navigate up when join is successful
2 parents 911fba7 + 106a0bf commit 802e1d2

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)