Skip to content

Commit

Permalink
chore: Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
barbeau committed Aug 12, 2021
1 parent 3db83d6 commit a64af1d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class ForegroundOnlyLocationService : LifecycleService() {
// We save a local reference to last location to create a Notification if the user navigates away from the app.
private var currentLocation: Location? = null

// Data store (in this case, Room database) where the service will persist the location data, injected via Hilt
// Repository of location data that the service will observe, injected via Hilt
@Inject
lateinit var repository: LocationRepository

Expand Down

0 comments on commit a64af1d

Please sign in to comment.