From 81535894e1122d8ad5fee3d9f9ec48f1be31b95f Mon Sep 17 00:00:00 2001 From: Fredrik Burmester Date: Sat, 8 Mar 2025 08:27:18 +0100 Subject: [PATCH] fix: unwanted rotate to portrait after a long time of watching --- app/(auth)/player/_layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/(auth)/player/_layout.tsx b/app/(auth)/player/_layout.tsx index a0ff4382..745f9bbe 100644 --- a/app/(auth)/player/_layout.tsx +++ b/app/(auth)/player/_layout.tsx @@ -24,7 +24,7 @@ export default function Layout() { ScreenOrientation.lockAsync(ScreenOrientation.OrientationLock.PORTRAIT_UP); } }; - }, [settings.autoDownload, settings.defaultVideoOrientation]); + }); return ( <>