Skip to content

Commit a64af1d

Browse files
committed
chore: Update comment
1 parent 3db83d6 commit a64af1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

complete/src/main/java/com/example/android/whileinuselocation/ForegroundOnlyLocationService.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ class ForegroundOnlyLocationService : LifecycleService() {
6767
// We save a local reference to last location to create a Notification if the user navigates away from the app.
6868
private var currentLocation: Location? = null
6969

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

0 commit comments

Comments
 (0)