diff --git a/iphone/Maps/Classes/CarPlay/CarPlayService.swift b/iphone/Maps/Classes/CarPlay/CarPlayService.swift index 9b32ea950..c39ee3957 100644 --- a/iphone/Maps/Classes/CarPlay/CarPlayService.swift +++ b/iphone/Maps/Classes/CarPlay/CarPlayService.swift @@ -55,7 +55,7 @@ final class CarPlayService: NSObject { router.restoreTripPreviewOnCarplay(beforeRootTemplateDidAppear: true) } updateContentStyle(configuration.contentStyle) - FrameworkHelper.updatePositionArrowOffset(false, offset: 5) + FrameworkHelper.updatePositionArrowOffset(false, offset: (Int32(window.height * window.screen.scale)/3)) CarPlayWindowScaleAdjuster.updateAppearance( fromWindow: MapsAppDelegate.theApp().window,