mirror of
https://github.com/antebudimir/tempus.git
synced 2025-12-31 17:43:32 +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 void applyTheme(@NonNull String themePref) {
|
||||
Log.i(TAG, "+++ applyTheme: " + themePref);
|
||||
|
||||
switch (themePref) {
|
||||
case LIGHT_MODE: {
|
||||
AppCompatDelegate.setDefaultNightMode(AppCompatDelegate.MODE_NIGHT_NO);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue