mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-27 11:42:16 -05:00
Add setting for contact pictures to import/export code
This commit is contained in:
parent
c27a5a8104
commit
d86dd3a4e7
@ -241,6 +241,9 @@ public class GlobalSettings {
|
||||
s.put("fixedMessageViewTheme", Settings.versions(
|
||||
new V(24, new BooleanSetting(true))
|
||||
));
|
||||
s.put("showContactPicture", Settings.versions(
|
||||
new V(25, new BooleanSetting(true))
|
||||
));
|
||||
|
||||
SETTINGS = Collections.unmodifiableMap(s);
|
||||
|
||||
|
@ -35,7 +35,7 @@ public class Settings {
|
||||
*
|
||||
* @see SettingsExporter
|
||||
*/
|
||||
public static final int VERSION = 24;
|
||||
public static final int VERSION = 25;
|
||||
|
||||
public static Map<String, Object> validate(int version, Map<String,
|
||||
TreeMap<Integer, SettingsDescription>> settings,
|
||||
|
Loading…
Reference in New Issue
Block a user