Skip to content

Commit

Permalink
Merge pull request Expensify#39577 from abzokhattab/fix-39300
Browse files Browse the repository at this point in the history
Fix/App does not redirect to group chat when splitting bill via Shortcut
  • Loading branch information
cristipaval authored Apr 5, 2024
2 parents 24888fc + df605a8 commit abcb6e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/actions/IOU.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2734,7 +2734,7 @@ function splitBill(
API.write(WRITE_COMMANDS.SPLIT_BILL, parameters, onyxData);

resetMoneyRequestInfo();
Navigation.dismissModal();
Navigation.dismissModal(existingSplitChatReportID);
Report.notifyNewAction(splitData.chatReportID, currentUserAccountID);
}

Expand Down

0 comments on commit abcb6e1

Please sign in to comment.