From 06521d17cc14784b421522384c89d9e623647cd7 Mon Sep 17 00:00:00 2001 From: Djorkaeff Alexandre Date: Tue, 1 Dec 2020 10:05:07 -0300 Subject: [PATCH] [FIX] Light theme not working on Android with Dark Theme set (#2675) Co-authored-by: Diego Mello --- android/app/src/main/res/values/styles.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/android/app/src/main/res/values/styles.xml b/android/app/src/main/res/values/styles.xml index 50861d8e..1377b482 100644 --- a/android/app/src/main/res/values/styles.xml +++ b/android/app/src/main/res/values/styles.xml @@ -3,6 +3,7 @@ #aaaaaa @color/splashBackground @color/splashBackground + false