forked from organicmaps/organicmaps
[ios] Fixed incorrect download dialog on map update.
This commit is contained in:
parent
e80f141f06
commit
258d263ef6
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ using namespace storage;
|
|||
s.GetNodeAttrs(m_countryId, nodeAttrs);
|
||||
|
||||
BOOL const isMapVisible = [self.controller.navigationController.topViewController isEqual:self.controller];
|
||||
if (isMapVisible && !GetFramework().IsRoutingActive())
|
||||
if (isMapVisible && !nodeAttrs.m_present && !GetFramework().IsRoutingActive())
|
||||
{
|
||||
BOOL const isMultiParent = nodeAttrs.m_parentInfo.size() > 1;
|
||||
BOOL const noParrent = (nodeAttrs.m_parentInfo[0].m_id == s.GetRootId());
|
||||
|
|
Loading…
Add table
Reference in a new issue