Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Grechuhin <i.grechuhin@gmail.com>2016-03-10 12:15:40 +0300
committerSergey Yershov <yershov@corp.mail.ru>2016-03-23 16:52:38 +0300
commitea139eedc8c41744909537a02c1c6fe5f979066c (patch)
tree79e3a2be2bfb8e199496dc1d6a217b39048fc7f8 /iphone/Maps/Settings
parente915129c9f0aebe3096a3537dffa6d126edf801c (diff)
[ios] Updated disable auto download logic.
Diffstat (limited to 'iphone/Maps/Settings')
-rw-r--r--iphone/Maps/Settings/SettingsViewController.mm1
1 files changed, 0 insertions, 1 deletions
diff --git a/iphone/Maps/Settings/SettingsViewController.mm b/iphone/Maps/Settings/SettingsViewController.mm
index 82a1f9c1c4..2214155c66 100644
--- a/iphone/Maps/Settings/SettingsViewController.mm
+++ b/iphone/Maps/Settings/SettingsViewController.mm
@@ -268,7 +268,6 @@ typedef NS_ENUM(NSUInteger, Section)
[[Statistics instance] logEvent:kStatEventName(kStatSettings, kStatAutoDownload)
withParameters:@{kStatValue : (value ? kStatOn : kStatOff)}];
Settings::Set(kAutoDownloadEnabledKey, (bool)value);
- [MWMMapDownloadDialog pauseAutoDownload:NO];
break;
}
// 3D buildings