Skip to content

Commit

Permalink
Explain delay
Browse files Browse the repository at this point in the history
  • Loading branch information
MaciejSWM committed Mar 13, 2024
1 parent 475b4b4 commit 7adfd9f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pages/OnboardingPurpose.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ function OnboardingPurpose() {
Report.navigateToConciergeChat();
}

// Small delay purely due to design considerations,
// no special technical reasons behind that.
setTimeout(() => {
Navigation.navigate(ROUTES.WELCOME_VIDEO_ROOT);
}, variables.welcomeVideoDelay);
Expand Down

0 comments on commit 7adfd9f

Please sign in to comment.