disabled spinner on matrix
This commit is contained in:
@ -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();
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user