Use a constant for the default value of the theme
This commit is contained in:
@@ -393,7 +393,7 @@ public class Preferences {
|
||||
// fall through
|
||||
}
|
||||
case 5: {
|
||||
setTheme(Constants.Pref.Theme.LIGHT);
|
||||
setTheme(Constants.Pref.Theme.DEFAULT);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user