forked from organicmaps/organicmaps
Merge pull request #3002 from VladiMihaylenko/dev
[ios] Changed alert type in editor.
This commit is contained in:
commit
ae9c956344
1 changed files with 1 additions and 1 deletions
|
@ -263,7 +263,7 @@ void registerCellsForTableView(vector<MWMPlacePageCellType> const & cells, UITab
|
|||
break;
|
||||
case osm::Editor::NoFreeSpaceError:
|
||||
[Statistics logEvent:(self.isCreating ? kStatEditorAddError : kStatEditorEditError) withParameters:info];
|
||||
[self.alertController presentDownloaderNotEnoughSpaceAlert];
|
||||
[self.alertController presentNotEnoughSpaceAlert];
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue