[MAPSME-4867] [ios] Fixed map download in p2p mode.

This commit is contained in:
Ilya Grechuhin 2017-07-05 18:14:15 +03:00 committed by r.kuznetsov
parent 6a30d34f6a
commit 3e7ef6cbe6

View file

@ -175,7 +175,7 @@ using namespace storage;
{
if (self.superview)
return;
[self.controller.view insertSubview:self atIndex:0];
[self.controller.view addSubview:self];
[MWMFrameworkListener addObserver:self];
}