From 7adfd9f3e18d566d3ee54a06ebbed88ca29ad528 Mon Sep 17 00:00:00 2001 From: Maciej Dobosz Date: Wed, 13 Mar 2024 17:01:23 +0100 Subject: [PATCH] Explain delay --- src/pages/OnboardingPurpose.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/pages/OnboardingPurpose.tsx b/src/pages/OnboardingPurpose.tsx index 811fec5c4571..5a7a1e533ad8 100644 --- a/src/pages/OnboardingPurpose.tsx +++ b/src/pages/OnboardingPurpose.tsx @@ -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);