fixed cance recipt image
This commit is contained in:
@ -495,7 +495,8 @@ class BuyPointCamera extends StatelessWidget {
|
|||||||
onPressed: () async {
|
onPressed: () async {
|
||||||
await destinationController
|
await destinationController
|
||||||
.cancelBuyPoint(destination);
|
.cancelBuyPoint(destination);
|
||||||
Get.back();
|
Navigator.of(Get.context!).pop();
|
||||||
|
//Get.back();
|
||||||
destinationController.rogainingCounted.value = true;
|
destinationController.rogainingCounted.value = true;
|
||||||
destinationController.skipGps = false;
|
destinationController.skipGps = false;
|
||||||
destinationController.isPhotoShoot.value = false;
|
destinationController.isPhotoShoot.value = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user