Skip to content

Commit

Permalink
Merge pull request Expensify#26677 from tienifr/fix/23441
Browse files Browse the repository at this point in the history
fix: 23441 Opening report via deep link animates the page twice
  • Loading branch information
mountiny authored Sep 18, 2023
2 parents 90648b7 + d8106bc commit 4d97719
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/libs/actions/Report.js
Original file line number Diff line number Diff line change
Expand Up @@ -1760,10 +1760,6 @@ function openReportFromDeepLink(url, isAuthenticated) {
// Navigate to the report after sign-in/sign-up.
InteractionManager.runAfterInteractions(() => {
Session.waitForUserSignIn().then(() => {
if (reportID) {
Navigation.navigate(ROUTES.getReportRoute(reportID), CONST.NAVIGATION.TYPE.UP);
return;
}
if (route === ROUTES.CONCIERGE) {
navigateToConciergeChat();
return;
Expand Down

0 comments on commit 4d97719

Please sign in to comment.