[iOS] fix map download dialog

This commit is contained in:
Aleksey Belouosv 2019-10-21 14:33:36 +03:00 committed by Daria Volvenkova
parent 8663b583c8
commit 0f017a6eee

View file

@ -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];
}