forked from organicmaps/organicmaps
[ios] Fixed bug with "Zoom to the country" button in downloader
This commit is contained in:
parent
64c5e89c5d
commit
b738fd9243
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue