Merge pull request #3002 from VladiMihaylenko/dev

[ios] Changed alert type in editor.
This commit is contained in:
igrechuhin 2016-04-26 14:30:07 +04:00
commit ae9c956344

View file

@ -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;
}
}