This commit is contained in:
2024-03-09 11:59:42 +05:30
parent b37a33bc2f
commit dd36ab8399

View File

@ -782,7 +782,7 @@ class DestinationController extends GetxController {
void handleLocationUpdate(LocationMarkerPosition? position) async { void handleLocationUpdate(LocationMarkerPosition? position) async {
try { try {
if (position != null) { if (position != null) {
if (distanceToStart() >= 1000) { if (distanceToStart() >= 150) {
ready_for_goal = true; ready_for_goal = true;
} }