Browse Source

Inject store in LocationController

pull/113/head
Abhishek Banthia 3 years ago
parent
commit
3dfa4c55a1
  1. 2
      Clocker/AppDelegate.swift

2
Clocker/AppDelegate.swift

@ -179,7 +179,7 @@ open class AppDelegate: NSObject, NSApplicationDelegate {
} }
private func retrieveLatestLocation() { private func retrieveLatestLocation() {
let locationController = LocationController.sharedController() let locationController = LocationController(withStore: DataStore.shared())
locationController.determineAndRequestLocationAuthorization() locationController.determineAndRequestLocationAuthorization()
} }

Loading…
Cancel
Save