Skip to content

Commit

Permalink
fix(livelocation tracking): fixed live locatio tracking issue
Browse files Browse the repository at this point in the history
  • Loading branch information
opensrc0 committed Apr 2, 2024
1 parent 1a2ebef commit a489a63
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ function LiveLocationTracking({
locationError(),
{ enableHighAccuracy: true, timeout: 30000, maximumAge: 2000, distanceFilter: 100 },
);
}, 0);
}, 100);
}
} else {
return handleError({ msgType: 'UN_SUPPORTED_FEATURE', msg: failureMsg.unSupported, failureCb });
Expand Down

0 comments on commit a489a63

Please sign in to comment.