From 396465d63ae3cbf1355c2d8192794f6689d75b57 Mon Sep 17 00:00:00 2001 From: cyberta Date: Mon, 9 Mar 2026 20:52:42 +0100 Subject: change SetupActivity from singleInstance to singleTop, so that duplicated tasks in Android's task history can be avoided --- app/src/main/AndroidManifest.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/src') 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"> -- cgit v1.2.3