From 8e51687e9167c466cf177befa3f0fc25bd43ffac Mon Sep 17 00:00:00 2001 From: tibbi Date: Tue, 20 Sep 2022 10:38:52 +0200 Subject: [PATCH] use launcher theme for the splash screen to avoid showing a black one --- app/src/main/AndroidManifest.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 1fb6c4f..c3c9afa 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -30,7 +30,7 @@ + android:theme="@style/LauncherTheme" />