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
perf(mobile): seed nav with last-known fix on Start ride
Tapping Start ride used to wait for the first live GPS tick before
NavigationState emitted, which can take several seconds after a cold
start. Fetch the cached last-known position (no GPS wait) and feed it
into the Ferrostar controller before the live stream attaches, so the
ETA sheet populates immediately and the live stream just keeps it
fresh.
0 commit comments