android: AndroidManifest: Use singleTop mode, not singleInstance.
- Fixes launching the app without restarting the emulation activity.
This commit is contained in:
parent
ac6a858b3d
commit
ed3d0a7d17
@ -61,7 +61,7 @@
|
||||
<activity
|
||||
android:name=".activities.EmulationActivity"
|
||||
android:theme="@style/CitraEmulation"
|
||||
android:launchMode="singleInstance"/>
|
||||
android:launchMode="singleTop"/>
|
||||
|
||||
<activity
|
||||
android:name=".activities.CustomFilePickerActivity"
|
||||
|
Loading…
x
Reference in New Issue
Block a user