From f3e0946617ffcc7c629d6051704e8bd4d0386674 Mon Sep 17 00:00:00 2001 From: Ward Date: Mon, 11 Aug 2025 20:03:42 +1200 Subject: [PATCH] Remove updated method --- materialious/src/lib/components/Player.svelte | 1 - 1 file changed, 1 deletion(-) diff --git a/materialious/src/lib/components/Player.svelte b/materialious/src/lib/components/Player.svelte index 4143c1e2..1c3cf068 100644 --- a/materialious/src/lib/components/Player.svelte +++ b/materialious/src/lib/components/Player.svelte @@ -736,7 +736,6 @@ onDestroy(async () => { if (Capacitor.getPlatform() === 'android' && !$isAndroidTvStore) { if (originalOrigination) { - await StatusBar.show(); await ScreenOrientation.lock({ orientation: originalOrigination.type });