Fix 2803,2802,2800

This commit is contained in:
2024-04-03 21:39:12 +09:00
parent 7e6b5f887a
commit accd0cad43
5 changed files with 94 additions and 6 deletions

View File

@ -181,7 +181,12 @@ class _MapWidgetState extends State<MapWidget> {
}
void _centerMapOnUser() {
assert(() {
print("showBottomSheet ${destinationController.shouldShowBottomSheet}");
return true;
}());
// 2024-04-03 Akira Log enabled only debug mode..
//
//if (destinationController.shouldShowBottomSheet) {
destinationController.centerMapToCurrentLocation();
//}