File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
libnavigation-core/src/main/java/com/mapbox/navigation/core/trip Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -26,10 +26,10 @@ import kotlinx.coroutines.flow.update
26
26
import kotlinx.coroutines.launch
27
27
28
28
/* *
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.
33
33
*
34
34
* There should be one instance of this class at a time. For example, an app Activity and car
35
35
* Session will need to use the same instance. That will be done automatically if you use
You can’t perform that action at this time.
0 commit comments