From ca5f6e24416e38d05e252e3d207d3bd1d46abb7e Mon Sep 17 00:00:00 2001 From: awaik Date: Sat, 22 Jul 2023 17:51:17 +0200 Subject: [PATCH] fix: black theme on the start --- android/app/src/main/AndroidManifest.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 550c4153..75e02663 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -56,7 +56,7 @@ android:exported="true" android:hardwareAccelerated="true" android:launchMode="singleTask" - android:theme="@style/Theme.AppCompat.Light" + android:theme="@style/Theme.AppCompat.DayNight" android:windowSoftInputMode="adjustResize">