updated start condition
This commit is contained in:
@ -168,7 +168,6 @@ class BottomSheetNew extends GetView<BottomSheetController> {
|
|||||||
// Check conditions to show confirmation dialog
|
// Check conditions to show confirmation dialog
|
||||||
if (destinationController.isInRog.value == false &&
|
if (destinationController.isInRog.value == false &&
|
||||||
destination.cp == -1 &&
|
destination.cp == -1 &&
|
||||||
DestinationController.ready_for_goal &&
|
|
||||||
destinationController.rogainingCounted.value == false) {
|
destinationController.rogainingCounted.value == false) {
|
||||||
print("counted ${destinationController.rogainingCounted.value}");
|
print("counted ${destinationController.rogainingCounted.value}");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user