forked from organicmaps/organicmaps
[new downloader][ios] Fixed map dialog z-index.
This commit is contained in:
parent
97f6812fd2
commit
069c911959
1 changed files with 3 additions and 1 deletions
|
@ -65,8 +65,10 @@ using namespace storage;
|
|||
self.nodeSize.text = formattedSize(nodeAttrs.m_mwmSize);
|
||||
auto addSubview = ^
|
||||
{
|
||||
UIView * parentView = self.controller.view;
|
||||
if (!self.superview)
|
||||
[self.controller.view addSubview:self];
|
||||
[parentView addSubview:self];
|
||||
[parentView sendSubviewToBack:self];
|
||||
};
|
||||
auto removeSubview = ^
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue