Просмотр исходного кода

android: Reintroduce launch mode as single top

german77 3 лет назад
Родитель
Сommit
b41006004b
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      src/android/app/src/main/AndroidManifest.xml

+ 1 - 0
src/android/app/src/main/AndroidManifest.xml

@@ -54,6 +54,7 @@ SPDX-License-Identifier: GPL-3.0-or-later
         <activity
             android:name="org.yuzu.yuzu_emu.activities.EmulationActivity"
             android:theme="@style/Theme.Yuzu.Main"
+            android:launchMode="singleTop"
             android:screenOrientation="userLandscape"
             android:supportsPictureInPicture="true"
             android:configChanges="orientation|screenSize|smallestScreenSize|screenLayout|uiMode"