mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-06-23 06:52:07 +08:00
nav: force request retry
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user