fix: revert to unlock screen orientation for library page, closes #1063 (#1084)

This commit is contained in:
Huang Xin
2025-05-07 19:50:40 +08:00
committed by GitHub
parent 6b3d41a4b8
commit 6080f9e0f3
+1 -1
View File
@@ -121,7 +121,7 @@ const LibraryPageContent = ({ searchParams }: { searchParams: ReadonlyURLSearchP
useEffect(() => {
if (appService?.isMobileApp) {
lockScreenOrientation({ orientation: 'portrait' });
lockScreenOrientation({ orientation: 'auto' });
}
}, [appService]);