Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
kmadsen committed Sep 1, 2022
1 parent 8c091b2 commit 64e6ff6
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,7 @@ class InactiveRouteStylingActivity : AppCompatActivity() {
mapboxNavigation.setRoutes(listOf(getRoute()))
mapboxNavigation.registerLocationObserver(locationObserver)
mapboxNavigation.registerRouteProgressObserver(replayProgressObserver)
mapboxReplayer.pushRealLocation(
this@InactiveRouteStylingActivity,
0.0
)
mapboxReplayer.pushRealLocation(this, 0.0)
mapboxReplayer.playbackSpeed(1.5)
mapboxReplayer.play()
binding.startNavigation.setOnClickListener {
Expand Down

0 comments on commit 64e6ff6

Please sign in to comment.