fix: unwanted rotate to portrait after a long time of watching

This commit is contained in:
Fredrik Burmester
2025-03-08 08:27:18 +01:00
parent 887f30e739
commit 81535894e1

View File

@@ -24,7 +24,7 @@ export default function Layout() {
ScreenOrientation.lockAsync(ScreenOrientation.OrientationLock.PORTRAIT_UP);
}
};
}, [settings.autoDownload, settings.defaultVideoOrientation]);
});
return (
<>