From 33fe6a60e74a06edc9508792edb5e79d3af5a686 Mon Sep 17 00:00:00 2001 From: chrisk325 Date: Tue, 17 Mar 2026 12:41:02 +0530 Subject: [PATCH] fix exoplayer playing content only in sdr --- src/components/player/android/components/VideoSurface.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/player/android/components/VideoSurface.tsx b/src/components/player/android/components/VideoSurface.tsx index d728baa4..a06bc0b0 100644 --- a/src/components/player/android/components/VideoSurface.tsx +++ b/src/components/player/android/components/VideoSurface.tsx @@ -533,7 +533,7 @@ export const VideoSurface: React.FC = ({ // @ts-ignore - Prop supported by patched react-native-video onPictureInPictureStatusChanged={handleExoPictureInPictureStatusChanged} automaticallyWaitsToMinimizeStalling={true} - useTextureView={true} + useTextureView={false} subtitleStyle={{ fontSize: subtitleSize ? Math.round(subtitleSize / 1.5) : 28, paddingTop: 0,