Skip to content

Commit

Permalink
Merge pull request #41244 from Expensify/srikar-educationTrackDistorted
Browse files Browse the repository at this point in the history
[CP Staging] Add 300ms timeout between RHP and Training Video

(cherry picked from commit 4da18e0)
  • Loading branch information
thienlnam authored and OSBotify committed Apr 29, 2024
1 parent 8a7c5d0 commit 3c6a0e6
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,9 @@ function FloatingActionButtonAndPopover(
),
);
if (!hasSeenTrackTraining && !isOffline) {
Navigation.navigate(ROUTES.TRACK_TRAINING_MODAL);
setTimeout(() => {
Navigation.navigate(ROUTES.TRACK_TRAINING_MODAL);
}, CONST.ANIMATED_TRANSITION);
}
},
},
Expand Down

0 comments on commit 3c6a0e6

Please sign in to comment.