feat: theoWeb
This commit is contained in:
@@ -14,6 +14,7 @@ import GlobalAudioPlayer from "../components/player/GlobalAudioPlayer";
|
||||
import { Routes } from "../navigation/Routes";
|
||||
|
||||
const HIDDEN_ROUTE_NAMES = new Set([
|
||||
Routes.LandingPage,
|
||||
Routes.Writing,
|
||||
Routes.WritingLyrics,
|
||||
Routes.CreateLyricsWithAi,
|
||||
|
||||
@@ -20,7 +20,7 @@ const Playback = ({ route, navigation }) => {
|
||||
|
||||
const handleCloseIntro = () => {
|
||||
if (showIntro === benhaiUrl) {
|
||||
setShowIntro(videos.theo);
|
||||
setShowIntro(isWeb ? videos?.theoWeb : videos?.theo);
|
||||
} else {
|
||||
setShowIntro(null);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user