forked from organicmaps/organicmaps
[MAPSME-6954] [ios] Fixed settings autodownload switch.
This commit is contained in:
parent
28049fb8b5
commit
b3405961ac
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ extern NSString * const kAlohalyticsTapEventKey;
|
|||
|
||||
[self.autoDownloadCell configWithDelegate:self
|
||||
title:L(@"disable_autodownload")
|
||||
isOn:![MWMSettings autoDownloadEnabled]];
|
||||
isOn:[MWMSettings autoDownloadEnabled]];
|
||||
|
||||
[self.backupBookmarksCell configWithDelegate:self
|
||||
title:L(@"settings_backup_bookmarks")
|
||||
|
|
Loading…
Add table
Reference in a new issue