[ios] Changed alert type in editor.

This commit is contained in:
VladiMihaylenko 2016-04-26 13:24:55 +03:00
parent 8b40145c53
commit e303b123ae

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