We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09c7822 commit 4e31b7aCopy full SHA for 4e31b7a
1 file changed
src/setup/backgroundLocationTrackingTask/index.native.ts
@@ -59,6 +59,7 @@ async function updateStartAddress(gpsPoints: GPSPoint[][], isOffline: boolean) {
59
} else {
60
setStartWaypointAddress({value: coordinatesToString({lat: startPoint.lat, long: startPoint.long}), type: 'coordinates'}, tripSegmentIndex, updatedGpsPoints);
61
}
62
+ return;
63
64
65
setStartWaypointAddress({value: coordinatesToString({lat: startPoint.lat, long: startPoint.long}), type: 'coordinates'}, tripSegmentIndex, gpsPoints);
0 commit comments