Fix preference version handling

Move preference upgrade of theme to version 4 of the preferences. The
upgrade is meant FROM that version to the next.
This commit is contained in:
Thialfihar
2015-07-21 20:56:42 +02:00
parent 1183d6f30c
commit 3a810676fc
@@ -390,11 +390,11 @@ public class Preferences {
}
// fall through
case 4: {
// fall through
}
case 5: {
setTheme(Constants.Pref.Theme.DEFAULT);
}
// fall through
case 5: {
}
}
// write new preference version