forked from organicmaps/organicmaps
[iOS] fix map download dialog
This commit is contained in:
parent
8663b583c8
commit
0f017a6eee
1 changed files with 1 additions and 1 deletions
|
@ -185,7 +185,7 @@ using namespace storage;
|
|||
if (self.superview)
|
||||
return;
|
||||
MapViewController *controller = self.controller;
|
||||
[controller.view insertSubview:self aboveSubview:controller.mapView];
|
||||
[controller.view insertSubview:self aboveSubview:controller.controlsView];
|
||||
[MWMFrameworkListener addObserver:self];
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue