disabled spinner on matrix

This commit is contained in:
2024-03-07 12:27:30 +05:30
parent 1414d370f4
commit f5922d9034
2 changed files with 3 additions and 3 deletions

View File

@ -1073,7 +1073,7 @@ class DestinationController extends GetxController {
}
void destinationMatrixFromCurrentPoint(List<Destination> points) {
buildShowDialog(Get.context!);
//buildShowDialog(Get.context!);
MatrixService.getDestinations(points).then((mat) {
//print(" matrix is ------- $mat");
matrix = mat;
@ -1092,7 +1092,7 @@ class DestinationController extends GetxController {
skipGps = false;
return;
} finally {
Get.back();
//Get.back();
}
});
}