summaryrefslogtreecommitdiff
path: root/app/src/main
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2020-01-26 13:44:30 +0100
committerByteHamster <info@bytehamster.com>2020-01-26 13:44:30 +0100
commit116125f7217cdaca96bd910a65ada52558392ab0 (patch)
tree8904b6d0c15b9cfc1ddb71fb9d411f2cb3c3cc11 /app/src/main
parent429499d418d3c1e9d8756942bbc0bb6871cdc392 (diff)
downloadAntennaPod-116125f7217cdaca96bd910a65ada52558392ab0.zip
Display splash for all screens
Diffstat (limited to 'app/src/main')
-rw-r--r--app/src/main/AndroidManifest.xml8
1 files changed, 2 insertions, 6 deletions
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index ad68fcfe3..71673ee93 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -33,6 +33,7 @@
android:label="@string/app_name"
android:backupAgent=".core.backup.OpmlBackupAgent"
android:restoreAnyVersion="true"
+ android:theme="@style/Theme.AntennaPod.Splash"
android:usesCleartextTraffic="true"
android:logo="@mipmap/ic_launcher">
@@ -53,12 +54,7 @@
<activity
android:name=".activity.SplashActivity"
android:label="@string/app_name"
- android:configChanges="keyboardHidden|orientation|screenSize"
- android:theme="@style/Theme.AntennaPod.Dark.Splash">
- <!-- android:launchMode="singleTask" removed for #2948, so that
- when app is launched again, the app will go to the last activity users use
- (if the app has been used recently, e.g., last 30 minutes),
- rather than always go to MainActivity (launched by SplashActivity here) -->
+ android:configChanges="keyboardHidden|orientation|screenSize">
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.LAUNCHER"/>