update
This commit is contained in:
@ -782,7 +782,7 @@ class DestinationController extends GetxController {
|
||||
void handleLocationUpdate(LocationMarkerPosition? position) async {
|
||||
try {
|
||||
if (position != null) {
|
||||
if (distanceToStart() >= 1000) {
|
||||
if (distanceToStart() >= 150) {
|
||||
ready_for_goal = true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user