updated messages

This commit is contained in:
Mohamed Nouffer
2023-09-15 01:06:21 +05:30
parent b54c29eb4b
commit 15c70acf7b
5 changed files with 27 additions and 30 deletions

View File

@ -174,7 +174,7 @@ class DestinationController extends GetxController {
context: Get.context!,
isScrollControlled: true,
builder: ((context) =>
CameraPage(destination: dss))).whenComplete(() {
CameraPage(destination: d))).whenComplete(() {
skip_gps = false;
chekcs = 0;
is_in_checkin.value = false;
@ -307,7 +307,7 @@ class DestinationController extends GetxController {
isScrollControlled: true,
builder: ((context) => CameraPage(
buyPointPhoto: true,
destination: dss,
destination: d,
dbDest: ds.first,
))).whenComplete(() {
skip_gps = false;
@ -340,7 +340,7 @@ class DestinationController extends GetxController {
context: Get.context!,
isScrollControlled: true,
builder: ((context) => CameraPage(
destination: dss,
destination: d,
))).whenComplete(() {
skip_gps = false;
chekcs = 0;