Skip to content

Commit

Permalink
dismiss current screen
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhardoj committed Jul 1, 2023
1 parent c0ece67 commit c308952
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/libs/actions/Report.js
Original file line number Diff line number Diff line change
Expand Up @@ -1316,6 +1316,8 @@ function deleteReport(reportID) {
* @param {String} reportID The reportID of the policy report (workspace room)
*/
function navigateToConciergeChatAndDeleteReport(reportID) {
// Dismiss current screen
Navigation.goBack();
navigateToConciergeChat();
deleteReport(reportID);
}
Expand Down

0 comments on commit c308952

Please sign in to comment.