[MAPSME-6954] [ios] Fixed settings autodownload switch.

This commit is contained in:
Ilya Grechuhin 2018-02-27 13:17:58 +03:00 committed by Aleksandr Zatsepin
parent 28049fb8b5
commit b3405961ac

View file

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