Skip to content

Commit

Permalink
change pop to goBack
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgrzybowski committed Aug 8, 2023
1 parent 213329a commit 7cb8726
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/actions/Report.js
Original file line number Diff line number Diff line change
Expand Up @@ -1760,7 +1760,7 @@ function leaveRoom(reportID) {
);
Navigation.dismissModal();
if (Navigation.getTopmostReportId() === reportID) {
Navigation.pop();
Navigation.goBack();
}
navigateToConciergeChat();
}
Expand Down

0 comments on commit 7cb8726

Please sign in to comment.