Skip to content

Commit

Permalink
fix(ios): localizeLabels when changing styleURL (#3303)
Browse files Browse the repository at this point in the history
* fix for localizeLabels when changing styleURL

* fixed code layout
  • Loading branch information
cixio authored Jan 9, 2024
1 parent 9383f85 commit f308f35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ios/RNMBX/RNMBXMapView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,7 @@ open class RNMBXMapView: UIView {
map.applyOnMapChange()
case .styleURL:
map.applyStyleURL()
map.applyLocalizeLabels()
case .pitchEnabled:
map.applyPitchEnabled()
case .gestureSettings:
Expand Down

0 comments on commit f308f35

Please sign in to comment.