feat: theoWeb
This commit is contained in:
@@ -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