diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index cdb236f242..79e95cc63e 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -80,7 +80,7 @@ @@ -101,7 +101,7 @@ @@ -124,7 +124,7 @@ @@ -155,7 +155,7 @@ android:name=".ActivityEML" android:exported="true" android:icon="@mipmap/ic_launcher" - android:launchMode="singleTop"> + android:launchMode="singleTask"> @@ -189,7 +189,7 @@ android:name=".ActivityDSN" android:exported="true" android:icon="@mipmap/ic_launcher" - android:launchMode="singleTop"> + android:launchMode="singleTask"> @@ -208,7 +208,7 @@ + android:launchMode="singleTask" />