Skip to content

Commit

Permalink
fix weird transition when closing modal
Browse files Browse the repository at this point in the history
  • Loading branch information
teneeto committed Feb 8, 2024
1 parent 1e549c1 commit 9d0b69f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ function PurposeForUsingExpensifyModal() {

const navigateBack = useCallback(() => {
Report.dismissEngagementModal();
Navigation.goBack(ROUTES.HOME);
Navigation.goBack();
}, []);

const completeEngagement = useCallback((message: string, choice: ValueOf<typeof CONST.INTRO_CHOICES>) => {
Expand Down

0 comments on commit 9d0b69f

Please sign in to comment.