diff --git a/src/components/CustomAlert.tsx b/src/components/CustomAlert.tsx index 1441f121..4a0588f1 100644 --- a/src/components/CustomAlert.tsx +++ b/src/components/CustomAlert.tsx @@ -86,10 +86,11 @@ export const CustomAlert = ({ onRequestClose={onClose} statusBarTranslucent={true} hardwareAccelerated={true} + supportedOrientations={['portrait', 'landscape', 'landscape-left', 'landscape-right']} > - = ({ visible, latestTag, releaseNotes, if (!visible) return null; return ( - + - + diff --git a/src/components/UpdatePopup.tsx b/src/components/UpdatePopup.tsx index 7b14b343..e056f4b1 100644 --- a/src/components/UpdatePopup.tsx +++ b/src/components/UpdatePopup.tsx @@ -87,6 +87,7 @@ const UpdatePopup: React.FC = ({ animationType="fade" statusBarTranslucent={true} presentationStyle="overFullScreen" + supportedOrientations={['portrait', 'landscape', 'landscape-left', 'landscape-right']} > = ({ styles.iconContainer, { backgroundColor: `${currentTheme.colors.primary}20` } ]}> - = ({ {/* Update Info */} - = ({ {updateInfo.manifest?.id || 'Latest'} - + {!!getReleaseNotes() && ( = ({ style={[ styles.button, styles.secondaryButton, - { + { backgroundColor: currentTheme.colors.darkBackground || '#2a2a2a', borderColor: currentTheme.colors.elevation3 || '#444444', } @@ -215,7 +216,7 @@ const UpdatePopup: React.FC = ({ style={[ styles.button, styles.secondaryButton, - { + { backgroundColor: currentTheme.colors.darkBackground || '#2a2a2a', borderColor: currentTheme.colors.elevation3 || '#444444', } diff --git a/src/components/player/AndroidVideoPlayer.tsx b/src/components/player/AndroidVideoPlayer.tsx index d7572f12..604da708 100644 --- a/src/components/player/AndroidVideoPlayer.tsx +++ b/src/components/player/AndroidVideoPlayer.tsx @@ -4081,7 +4081,7 @@ const AndroidVideoPlayer: React.FC = () => { transparent animationType="fade" onRequestClose={handleErrorExit} - supportedOrientations={['landscape', 'portrait']} + supportedOrientations={['landscape', 'portrait', 'landscape-left', 'landscape-right']} statusBarTranslucent={true} >