Skip to content

Commit 95d84aa

Browse files
committed
update comment
1 parent 59b1992 commit 95d84aa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

libnavigation-core/src/main/java/com/mapbox/navigation/core/trip/MapboxTripStarter.kt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ import kotlinx.coroutines.flow.update
2626
import kotlinx.coroutines.launch
2727

2828
/**
29-
* This makes it simpler to switch between a [MapboxNavigation] trip session route replay.
30-
* The [MapboxTripStarter] is not able to observe when location permissions change, so you may
31-
* need to refresh the state with [refreshLocationPermissions]. Location permissions are not
32-
* required for replay.
29+
* The [MapboxTripStarter] makes it simpler to switch between a trip session and replay.
30+
*
31+
* This is not able to observe when location permissions change, so you may need to refresh the
32+
* state with [refreshLocationPermissions]. Location permissions are not required for replay.
3333
*
3434
* There should be one instance of this class at a time. For example, an app Activity and car
3535
* Session will need to use the same instance. That will be done automatically if you use

0 commit comments

Comments
 (0)