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

@ -102,8 +102,10 @@ class BottomSheetNew extends GetView<BottomSheetController> {
}
}
@override
Widget build(BuildContext context) {
destinationController.skip_gps = true;
print('---- rog_mode ----- ${indexController.rog_mode} -----');
return indexController.rog_mode == 0 ? detailsSheet(context) : destinationSheet(context);
}