Skip to content

Commit

Permalink
Fix initial state
Browse files Browse the repository at this point in the history
  • Loading branch information
ianthetechie committed Sep 23, 2024
1 parent 318754d commit 5c4283b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ class DefaultNavigationViewModel(
ferrostarCore.state.value,
spokenInstructionObserver?.isMuted,
locationProvider.lastLocation,
locationProvider.lastLocation))
userLocation))

override fun stopNavigation() {
ferrostarCore.stopNavigation()
Expand Down

0 comments on commit 5c4283b

Please sign in to comment.