1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-08-13 17:03:48 -04:00

Correct preference version number.

New number should match updated Settings.VERSION
This commit is contained in:
Joe Steele 2013-04-05 11:02:20 -04:00
parent d9979cb1a2
commit aedbe46975

View File

@ -222,7 +222,7 @@ public class GlobalSettings {
new V(25, new BooleanSetting(true))
));
s.put("autofitWidth", Settings.versions(
new V(26, new BooleanSetting(true))
new V(27, new BooleanSetting(true))
));
SETTINGS = Collections.unmodifiableMap(s);