From 5b376b4ce73e0652e60ef0586567c39a39651c9c Mon Sep 17 00:00:00 2001 From: Shinokuni Date: Sat, 15 Feb 2020 13:45:54 +0100 Subject: [PATCH] Use singleTop behavior for MainActivity --- app/src/main/AndroidManifest.xml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index fa18d131..f76a9a7f 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -33,11 +33,9 @@ android:name=".activities.WebViewActivity" android:theme="@style/AppTheme.NoActionBar" /> - + - + @@ -46,8 +44,7 @@ - + @@ -67,6 +64,7 @@