Skip to content

Commit

Permalink
Merge branch 'pre-refactor/swiftify' into stable-v4
Browse files Browse the repository at this point in the history
  • Loading branch information
nighthawk committed Jan 23, 2023
2 parents 0ef7dbb + 9469571 commit 5ac8e89
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Sources/TripKitUI/managers/TKUITripMonitorManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,8 @@ extension TKUITripMonitorManager {
}

private func stopMonitoringRegions() {
guard !geofences.isEmpty else { return }

geoMonitor.enableInBackground = false
geoMonitor.stopMonitoring()

Expand Down

0 comments on commit 5ac8e89

Please sign in to comment.