fixed cance recipt image

This commit is contained in:
2024-01-18 22:24:51 +05:30
parent b9e4df069f
commit eda5f77e2d

View File

@ -495,7 +495,8 @@ class BuyPointCamera extends StatelessWidget {
onPressed: () async {
await destinationController
.cancelBuyPoint(destination);
Get.back();
Navigator.of(Get.context!).pop();
//Get.back();
destinationController.rogainingCounted.value = true;
destinationController.skipGps = false;
destinationController.isPhotoShoot.value = false;