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:
Diffstat (limited to 'iphone/Maps/Settings/SettingsViewController.mm')
-rw-r--r--iphone/Maps/Settings/SettingsViewController.mm3
1 files changed, 2 insertions, 1 deletions
diff --git a/iphone/Maps/Settings/SettingsViewController.mm b/iphone/Maps/Settings/SettingsViewController.mm
index 7195f90460..5ab3f65882 100644
--- a/iphone/Maps/Settings/SettingsViewController.mm
+++ b/iphone/Maps/Settings/SettingsViewController.mm
@@ -62,7 +62,8 @@ typedef NS_ENUM(NSUInteger, Section)
- (void)viewWillDisappear:(BOOL)animated
{
[super viewWillDisappear:animated];
- GetFramework().Invalidate(true);
+ ///@TODO UVR
+ //GetFramework().Invalidate(true);
}
#pragma mark - Table view data source