fixed forced start
This commit is contained in:
@ -543,13 +543,13 @@ class BottomSheetNew extends GetView<BottomSheetController> {
|
||||
final Destination dd =
|
||||
destinationController.festuretoDestination(
|
||||
indexController.currentFeature[0]);
|
||||
print("----- name of dest ${dd.name} ----");
|
||||
if (dd.cp == -1) {
|
||||
destinationController.is_in_rog.value = true;
|
||||
destinationController.addToRogaining(
|
||||
destinationController.current_lat,
|
||||
destinationController.current_lon,
|
||||
indexController.currentDestinationFeature[0]
|
||||
.location_id!);
|
||||
dd.location_id!);
|
||||
ExternalService()
|
||||
.StartRogaining()
|
||||
.then((value) => Get.back());
|
||||
|
||||
Reference in New Issue
Block a user