Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit aedbe469 authored by Joe Steele's avatar Joe Steele
Browse files

Correct preference version number.

New number should match updated Settings.VERSION
parent d9979cb1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);