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:
ganfra 2025-06-19 11:51:04 +02:00 committed by GitHub
commit 802e1d2124
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -79,7 +79,7 @@ class JoinRoomFlowNode @AssistedInject constructor(
JoinRoomView(
state = state,
onBackClick = ::navigateUp,
onJoinSuccess = ::navigateUp,
onJoinSuccess = {},
onForgetSuccess = ::navigateUp,
onCancelKnockSuccess = {},
onKnockSuccess = {},