File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## Version 0.3.1 - 2024-10-17
9
+
10
+ ### Fixed
11
+
12
+ - Fixed the location manager being nil after SwiftUI view update.
13
+
8
14
## Version 0.3.0 - 2024-10-14
9
15
10
16
### Changed
Original file line number Diff line number Diff line change @@ -106,6 +106,7 @@ public struct MapView<T: MapViewHostViewController>: UIViewControllerRepresentab
106
106
camera: camera,
107
107
animated: isStyleLoaded)
108
108
}
109
+ uiViewController. mapView. locationManager = locationManager
109
110
}
110
111
111
112
@MainActor private func applyModifiers( _ mapViewController: T , runUnsafe: Bool ) {
You can’t perform that action at this time.
0 commit comments