mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-01 01:53:31 +00:00
Removed logging line
This commit is contained in:
parent
c9010607fe
commit
fc271e8b44
1 changed files with 0 additions and 2 deletions
|
|
@ -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);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue