From 0f017a6eeea337fd23ce1f59c1dd1f755ac5a4f9 Mon Sep 17 00:00:00 2001 From: Aleksey Belouosv Date: Mon, 21 Oct 2019 14:33:36 +0300 Subject: [PATCH] [iOS] fix map download dialog --- iphone/Maps/Classes/Widgets/MWMMapDownloadDialog.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iphone/Maps/Classes/Widgets/MWMMapDownloadDialog.mm b/iphone/Maps/Classes/Widgets/MWMMapDownloadDialog.mm index 6b81c38fb6..471f6e98cd 100644 --- a/iphone/Maps/Classes/Widgets/MWMMapDownloadDialog.mm +++ b/iphone/Maps/Classes/Widgets/MWMMapDownloadDialog.mm @@ -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]; }