update goal condition for more that 1000 m away
This commit is contained in:
@ -508,7 +508,8 @@ class BottomSheetNew extends GetView<BottomSheetController> {
|
||||
destinationController.rogainingCounted.value == true &&
|
||||
destinationController.distanceToStart() <=
|
||||
500 &&
|
||||
destination.cp == -1
|
||||
destination.cp == -1 &&
|
||||
DestinationController.ready_for_goal == true
|
||||
? ElevatedButton(
|
||||
onPressed: () async {
|
||||
destinationController.isAtGoal.value = true;
|
||||
|
||||
Reference in New Issue
Block a user