forked from organicmaps/organicmaps
[ios] fix track recording bug first appearnce bug
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
This commit is contained in:
parent
f815ec1a17
commit
db1b38b40f
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue