[ios] Fixed bug with "Zoom to the country" button in downloader

This commit is contained in:
Alex Zolotarev 2011-08-25 15:13:29 +03:00 committed by Alex Zolotarev
parent 64c5e89c5d
commit b738fd9243

View file

@ -82,7 +82,7 @@ using namespace storage;
{
m_storage->Unsubscribe();
[[MapsAppDelegate theApp].m_navigationController popViewControllerAnimated:YES];
[[MapsAppDelegate theApp].m_navigationController popToRootViewControllerAnimated:YES];
m_storage = nil;
}