Maxime
Results
1
comments of
Maxime
My temporary fix for this was to force light theme for the app by adding in App.java: `AppCompatDelegate.setDefaultNightMode(AppCompatDelegate.MODE_NIGHT_NO);`, after `super.onCreate();` and to comment out `DynamicColors.applyToActivitiesIfAvailable(this);`. But it is still not...