Skip to content

Commit

Permalink
Dont lock video status when starting as animation - allow switching t…
Browse files Browse the repository at this point in the history
…o video when back online
  • Loading branch information
MaciejSWM committed Mar 7, 2024
1 parent f1bf897 commit 5f71cde
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/OnboardingWelcomeVideo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ function OnboardingWelcomeVideo() {

if (isOffline) {
setWelcomeVideoStatus('animation');
setIsWelcomeVideoStatusLocked(true);
} else if (!isOffline && isVideoLoaded) {
setWelcomeVideoStatus('video');
setIsWelcomeVideoStatusLocked(true);
Expand Down

0 comments on commit 5f71cde

Please sign in to comment.