fix popup current location when click other locations in search mode
This commit is contained in:
@ -64,7 +64,10 @@ class DestinationMapPage extends StatelessWidget {
|
||||
|
||||
showModalBottomSheet(context: Get.context!, isScrollControlled: true,
|
||||
builder:((context) => BottomSheetNew())
|
||||
);
|
||||
).whenComplete((){
|
||||
print("---- set skip gps to false -----");
|
||||
destinationController.skip_gps = false;
|
||||
});
|
||||
}
|
||||
},
|
||||
child: Row(
|
||||
|
||||
Reference in New Issue
Block a user