From e30c5f255cb8725001e5aa4ec1bc59b62758f72a Mon Sep 17 00:00:00 2001 From: Mohamed Nouffer Date: Wed, 6 Mar 2024 14:24:32 +0530 Subject: [PATCH] updated start condition --- lib/widgets/bottom_sheet_new.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/widgets/bottom_sheet_new.dart b/lib/widgets/bottom_sheet_new.dart index 55b9cd4..553667a 100644 --- a/lib/widgets/bottom_sheet_new.dart +++ b/lib/widgets/bottom_sheet_new.dart @@ -168,7 +168,6 @@ class BottomSheetNew extends GetView { // Check conditions to show confirmation dialog if (destinationController.isInRog.value == false && destination.cp == -1 && - DestinationController.ready_for_goal && destinationController.rogainingCounted.value == false) { print("counted ${destinationController.rogainingCounted.value}");