nav: force request retry

pull/21599/head
Willem Melching 4 years ago
parent 6a93346729
commit baa0e47e50
  1. 5
      selfdrive/ui/qt/maps/map.cc

@ -259,6 +259,11 @@ static float get_time_typical(const QGeoRouteSegment &segment) {
void MapWindow::recomputeRoute() {
// Retry all timed out requests
if (!m_map.isNull()) {
m_map->connectionEstablished();
}
if (!last_position) {
return;
}

Loading…
Cancel
Save