You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: compass-geolocation-mobile/src/androidMain/kotlin/dev/jordond/compass/geolocation/mobile/internal/LocationManager.kt
+4-2
Original file line number
Diff line number
Diff line change
@@ -50,10 +50,12 @@ internal class LocationManager(
50
50
.addOnSuccessListener { location ->
51
51
// Can actually be null. This most often happens when requesting a coarse location
52
52
// and no other app recently successfully retrieved a location.
53
+
// See https://developer.android.com/develop/sensors-and-location/location/retrieve-current#last-known
0 commit comments