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