Skip to content

Commit

Permalink
Merge branch 'main' into m0-cp-804-swift-formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
m0nac0 committed May 19, 2022
2 parents 4f57219 + b8796ef commit 9c69b7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/Classes/MapboxMapController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -1050,7 +1050,7 @@ class MapboxMapController: NSObject, FlutterPlatformView, MGLMapViewDelegate, Ma
/*
* MGLMapViewDelegate
*/
func mapView(_ mapView: MGLMapView, didFinishLoading _: MGLStyle) {
func mapView(_ mapView: MGLMapView, didFinishLoading style: MGLStyle) {
onStyleLoadedCalled = false
isMapReady = true
updateMyLocationEnabled()
Expand Down

0 comments on commit 9c69b7e

Please sign in to comment.