Use a constant for the default value of the theme

This commit is contained in:
Thialfihar
2015-07-21 20:56:42 +02:00
parent 306d20f977
commit 1183d6f30c
2 changed files with 2 additions and 1 deletions
@@ -393,7 +393,7 @@ public class Preferences {
// fall through
}
case 5: {
setTheme(Constants.Pref.Theme.LIGHT);
setTheme(Constants.Pref.Theme.DEFAULT);
}
}