Removed logging line

This commit is contained in:
CappielloAntonio 2021-12-30 18:10:57 +01:00
parent c9010607fe
commit fc271e8b44

View file

@ -14,8 +14,6 @@ public class ThemeHelper {
public static final String DEFAULT_MODE = "default";
public static void applyTheme(@NonNull String themePref) {
Log.i(TAG, "+++ applyTheme: " + themePref);
switch (themePref) {
case LIGHT_MODE: {
AppCompatDelegate.setDefaultNightMode(AppCompatDelegate.MODE_NIGHT_NO);