updated and fix checking, buy point
This commit is contained in:
@ -58,7 +58,7 @@ class DestinationMapPage extends StatelessWidget {
|
||||
isScrollControlled: true,
|
||||
constraints: BoxConstraints.loose(
|
||||
Size(Get.width, Get.height * 0.75)),
|
||||
builder: ((context) => BottomSheetNew())).whenComplete(() {
|
||||
builder: ((context) => BottomSheetNew(destination: d,))).whenComplete(() {
|
||||
print("---- set skip gps to false -----");
|
||||
destinationController.skip_gps = false;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user