mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-07-06 04:22:51 +01:00
fix: unwanted rotate to portrait after a long time of watching
This commit is contained in:
@@ -24,7 +24,7 @@ export default function Layout() {
|
|||||||
ScreenOrientation.lockAsync(ScreenOrientation.OrientationLock.PORTRAIT_UP);
|
ScreenOrientation.lockAsync(ScreenOrientation.OrientationLock.PORTRAIT_UP);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
}, [settings.autoDownload, settings.defaultVideoOrientation]);
|
});
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
|
|||||||
Reference in New Issue
Block a user