MainActivity should be singleInstance.

This commit is contained in:
Koen J 2024-12-06 14:54:57 +01:00
parent ed319a0e5f
commit b5722dba1a

View File

@ -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">