[ios] Fixed MAPSME-1809.

This commit is contained in:
VladiMihaylenko 2016-07-15 13:29:06 +03:00
parent 85302cc1fe
commit 33403157cb

View file

@ -281,6 +281,7 @@ using namespace storage;
else
{
self.downloadProgressView.hidden = NO;
[self setNeedsLayout];
NodeAttrs nodeAttrs;
GetFramework().Storage().GetNodeAttrs(countryId, nodeAttrs);
MWMCircularProgress * progress = self.mapDownloadProgress;