From b5722dba1a71a2ade915a841f5402dee21a4f845 Mon Sep 17 00:00:00 2001 From: Koen J Date: Fri, 6 Dec 2024 14:54:57 +0100 Subject: [PATCH] MainActivity should be singleInstance. --- app/src/main/AndroidManifest.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 6c69fb32..b411305c 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -52,7 +52,7 @@ android:configChanges="orientation|screenSize|smallestScreenSize|screenLayout" android:exported="true" android:theme="@style/Theme.FutoVideo.NoActionBar" - android:launchMode="singleTask" + android:launchMode="singleInstance" android:resizeableActivity="true" android:supportsPictureInPicture="true">