This commit is contained in:
tapframe 2025-08-14 11:58:27 +05:30
parent 2f404d7c99
commit ba56975881

View file

@ -1346,7 +1346,7 @@ const VideoPlayer: React.FC = () => {
if (type !== 'series' || !nextEpisode || duration <= 0) {
if (showNextEpisodeButton) {
// Hide button with animation
fi Animated.parallel([
Animated.parallel([
Animated.timing(nextEpisodeButtonOpacity, {
toValue: 0,
duration: 200,