Add comment about potential location reading architecture

This commit is contained in:
CypherPoet 2020-01-08 02:16:02 -06:00
parent c59b394f73
commit 00b7d97bac
1 changed files with 2 additions and 3 deletions

View File

@ -109,8 +109,8 @@ extension LocationCollectionView.ViewModel {
}
// TODO: Could this functionality live in a separate redux state struct
// (e.g. UserLocationState)?
// TODO: Could this functionality live in a separate ObservableObject?
// Perhaps it might also lend itself to a `LocationReading` protocol
func requestLocationTrackingAuthorization() {
locationManager.requestWhenInUseAuthorization()
}
@ -162,7 +162,6 @@ extension LocationCollectionView.ViewModel: CLLocationManagerDelegate {
}
// MARK: - Private Helpers
private extension LocationCollectionView.ViewModel {