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-04 20:38:16 +02:00
parent 1183d6f30c
commit 3a810676fc

View File

@@ -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