summaryrefslogtreecommitdiff
path: root/app/src
diff options
context:
space:
mode:
authorcyberta <cyberta@riseup.net>2026-03-09 20:52:42 +0100
committercyberta <cyberta@riseup.net>2026-03-16 11:08:57 +0000
commit396465d63ae3cbf1355c2d8192794f6689d75b57 (patch)
treeee28c7a2b8baa1348ef42330d7ddf740d07ff326 /app/src
parent56b5b58b66dc6e39a1b8925cf8edda0115516c78 (diff)
change SetupActivity from singleInstance to singleTop, so that duplicated tasks in Android's task history can be avoided
Diffstat (limited to 'app/src')
-rw-r--r--app/src/main/AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index 48699a5e..784b8e5d 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -34,7 +34,7 @@
android:localeConfig="@xml/locales_config">
<activity
android:name=".providersetup.activities.SetupActivity"
- android:launchMode="singleInstance"
+ android:launchMode="singleTop"
android:screenOrientation="portrait"
android:windowSoftInputMode="adjustResize"
android:exported="false" />