diff --git a/iphone/Maps/Classes/MapDownloader/MWMBaseMapDownloaderViewController.mm b/iphone/Maps/Classes/MapDownloader/MWMBaseMapDownloaderViewController.mm index 33436c983b..990c3fd3a5 100644 --- a/iphone/Maps/Classes/MapDownloader/MWMBaseMapDownloaderViewController.mm +++ b/iphone/Maps/Classes/MapDownloader/MWMBaseMapDownloaderViewController.mm @@ -79,11 +79,6 @@ using namespace storage; forBarMetrics:UIBarMetricsDefault]; navBar.shadowImage = [[UIImage alloc] init]; [MWMFrameworkListener addObserver:self]; - if (self.dataSource.isParentRoot) - { - self.skipCountryEventProcessing = NO; - [self processCountryEvent:self.parentCountryId]; - } } - (void)viewWillDisappear:(BOOL)animated