forked from organicmaps/organicmaps
[ios] Fixed 4167
This commit is contained in:
parent
10e78850b3
commit
5c8927e639
1 changed files with 3 additions and 3 deletions
|
@ -1089,13 +1089,13 @@ void registerCellsForTableView(vector<MWMPlacePageCellType> const & cells, UITab
|
|||
if ([ud boolForKey:kUDEditorPersonalInfoWarninWasShown])
|
||||
return NO;
|
||||
|
||||
[ud setBool:YES forKey:kUDEditorPersonalInfoWarninWasShown];
|
||||
[ud synchronize];
|
||||
|
||||
[self.alertController presentPersonalInfoWarningAlertWithBlock:^
|
||||
{
|
||||
[ud setBool:YES forKey:kUDEditorPersonalInfoWarninWasShown];
|
||||
[ud synchronize];
|
||||
[self onSave];
|
||||
}];
|
||||
|
||||
return YES;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue