diff --git a/iphone/Maps/Classes/CustomViews/NavigationDashboard/Views/MWMRouteHelperPanelsDrawer.mm b/iphone/Maps/Classes/CustomViews/NavigationDashboard/Views/MWMRouteHelperPanelsDrawer.mm index 03f4526753..24380eecef 100644 --- a/iphone/Maps/Classes/CustomViews/NavigationDashboard/Views/MWMRouteHelperPanelsDrawer.mm +++ b/iphone/Maps/Classes/CustomViews/NavigationDashboard/Views/MWMRouteHelperPanelsDrawer.mm @@ -24,7 +24,7 @@ static CGFloat const kOffsetBetweenPanels = 8.; - (void)invalidateTopBounds:(NSArray *)panels topView:(UIView *)view { - if (IPAD || !panels.count) + if (!panels.count) return; self.topView = view; dispatch_async(dispatch_get_main_queue(), ^