forked from organicmaps/organicmaps
[MAPSME-4867] [ios] Fixed map download in p2p mode.
This commit is contained in:
parent
6a30d34f6a
commit
3e7ef6cbe6
1 changed files with 1 additions and 1 deletions
|
@ -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];
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue