fix popup current location when click other locations in search mode

This commit is contained in:
Mohamed Nouffer
2023-05-17 13:38:52 +05:30
parent 042cdbe488
commit da0d37708d
3 changed files with 11 additions and 2 deletions

View File

@ -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(