Skip to content

Commit

Permalink
Revert "Fix the location manager being nil after Swiftui view update. (
Browse files Browse the repository at this point in the history
…maplibre#57)"

This reverts commit a6e079c.
  • Loading branch information
engali94 authored Nov 3, 2024
1 parent a6e079c commit 5ec5ea5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
6 changes: 0 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,6 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Version 0.3.1 - 2024-10-17

### Fixed

- Fixed the location manager being nil after SwiftUI view update.

## Version 0.3.0 - 2024-10-14

### Changed
Expand Down
1 change: 0 additions & 1 deletion Sources/MapLibreSwiftUI/MapView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ public struct MapView<T: MapViewHostViewController>: UIViewControllerRepresentab
camera: camera,
animated: isStyleLoaded)
}
uiViewController.mapView.locationManager = locationManager
}

@MainActor private func applyModifiers(_ mapViewController: T, runUnsafe: Bool) {
Expand Down

0 comments on commit 5ec5ea5

Please sign in to comment.