From db1b38b40f00af84f79165e5c6cebc4bd8ffddd8 Mon Sep 17 00:00:00 2001 From: Kiryl Kaveryn Date: Wed, 29 Jan 2025 14:03:44 +0400 Subject: [PATCH] [ios] fix track recording bug first appearnce bug Signed-off-by: Kiryl Kaveryn --- .../MapViewControls/TrackRecordingViewController.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iphone/Maps/Classes/CustomViews/MapViewControls/TrackRecordingViewController.swift b/iphone/Maps/Classes/CustomViews/MapViewControls/TrackRecordingViewController.swift index 8644d58e50..a4385108aa 100644 --- a/iphone/Maps/Classes/CustomViews/MapViewControls/TrackRecordingViewController.swift +++ b/iphone/Maps/Classes/CustomViews/MapViewControls/TrackRecordingViewController.swift @@ -71,7 +71,7 @@ final class TrackRecordingViewController: MWMViewController { view.translatesAutoresizingMaskIntoConstraints = false view.addSubview(button) - button.setStyle(.trackRecordingWidgetButton) + button.setStyleAndApply(.trackRecordingWidgetButton) button.tintColor = Constants.color.darker button.translatesAutoresizingMaskIntoConstraints = false button.setImage(UIImage(resource: .icMenuBookmarkTrackRecording), for: .normal)