Skip to content

Commit

Permalink
Merge pull request #28978 from gadhiyamanan/fix-28863
Browse files Browse the repository at this point in the history
  • Loading branch information
francoisl authored Oct 6, 2023
2 parents 37c6908 + 82127a8 commit dd63d36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/home/report/ContextMenu/ContextMenuActions.js
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,7 @@ export default [
onPress: (closePopover, {reportID, reportAction}) => {
if (closePopover) {
hideContextMenu(false, () => Navigation.navigate(ROUTES.FLAG_COMMENT.getRoute(reportID, reportAction.reportActionID)));
return;
}

Navigation.navigate(ROUTES.FLAG_COMMENT.getRoute(reportID, reportAction.reportActionID));
Expand Down

0 comments on commit dd63d36

Please sign in to comment.