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-01-22 13:12:19 +0300
committerSergey Yershov <yershov@corp.mail.ru>2016-03-23 16:15:11 +0300
commit35011f18804976deaeadf13bf90b847723062cf4 (patch)
treed724b842f69312695b9df38f1acbd2164e9f5819 /iphone/Maps/Classes/CustomViews/MapViewControls/MWMMapViewControlsManager.mm
parent6986a4cb880e59b3c860411f4c79baaace6c5f97 (diff)
[old-map-downloader][ios] Added mwm migration alert.
Diffstat (limited to 'iphone/Maps/Classes/CustomViews/MapViewControls/MWMMapViewControlsManager.mm')
-rw-r--r--iphone/Maps/Classes/CustomViews/MapViewControls/MWMMapViewControlsManager.mm4
1 files changed, 1 insertions, 3 deletions
diff --git a/iphone/Maps/Classes/CustomViews/MapViewControls/MWMMapViewControlsManager.mm b/iphone/Maps/Classes/CustomViews/MapViewControls/MWMMapViewControlsManager.mm
index b2bf6db13b..79d9fb1bcd 100644
--- a/iphone/Maps/Classes/CustomViews/MapViewControls/MWMMapViewControlsManager.mm
+++ b/iphone/Maps/Classes/CustomViews/MapViewControls/MWMMapViewControlsManager.mm
@@ -207,9 +207,7 @@ extern NSString * const kAlohalyticsTapEventKey;
- (void)actionDownloadMaps
{
- [Alohalytics logEvent:kAlohalyticsTapEventKey withValue:@"downloader"];
- CountryTreeVC * vc = [[CountryTreeVC alloc] initWithNodePosition:-1];
- [self.ownerController.navigationController pushViewController:vc animated:YES];
+ [self.ownerController downloadMaps];
}
#pragma mark - MWMBottomMenuControllerProtocol