mirror of
https://github.com/CappielloAntonio/tempo.git
synced 2026-02-04 00:03:07 +00:00
Removed logging line
This commit is contained in:
@@ -14,8 +14,6 @@ public class ThemeHelper {
|
|||||||
public static final String DEFAULT_MODE = "default";
|
public static final String DEFAULT_MODE = "default";
|
||||||
|
|
||||||
public static void applyTheme(@NonNull String themePref) {
|
public static void applyTheme(@NonNull String themePref) {
|
||||||
Log.i(TAG, "+++ applyTheme: " + themePref);
|
|
||||||
|
|
||||||
switch (themePref) {
|
switch (themePref) {
|
||||||
case LIGHT_MODE: {
|
case LIGHT_MODE: {
|
||||||
AppCompatDelegate.setDefaultNightMode(AppCompatDelegate.MODE_NIGHT_NO);
|
AppCompatDelegate.setDefaultNightMode(AppCompatDelegate.MODE_NIGHT_NO);
|
||||||
|
|||||||
Reference in New Issue
Block a user