[new downloader][ios] Fixed map dialog z-index.

This commit is contained in:
Ilya Grechuhin 2016-02-18 12:56:13 +03:00 committed by Sergey Yershov
parent 97f6812fd2
commit 069c911959

View file

@ -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 = ^
{