forked from organicmaps/organicmaps
[new downloader] Review fixes.
This commit is contained in:
parent
5c17a529f1
commit
a14971c01b
1 changed files with 1 additions and 3 deletions
|
@ -68,9 +68,7 @@ using namespace storage;
|
|||
TCountryId const countryId = notificationCountryId.UTF8String;
|
||||
[MWMStorage downloadNode:countryId alertController:mapViewController.alertController onSuccess:^
|
||||
{
|
||||
auto & f = GetFramework();
|
||||
double const defaultZoom = 10;
|
||||
f.ShowRect(CalcLimitRect(countryId, f.Storage(), f.CountryInfoGetter()));
|
||||
GetFramework().ShowNode(countryId);
|
||||
}];
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue