Respect system theme preference by default
This commit is contained in:
parent
b5c348e471
commit
eff01fca6a
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ import android.util.TypedValue;
|
|||
*/
|
||||
public class ThemeUtils {
|
||||
|
||||
public static final String APP_THEME_DEFAULT = ThemeUtils.THEME_NIGHT;
|
||||
public static final String APP_THEME_DEFAULT = ThemeUtils.THEME_SYSTEM;
|
||||
|
||||
private static final String THEME_NIGHT = "night";
|
||||
private static final String THEME_DAY = "day";
|
||||
|
|
Loading…
Reference in a new issue