2026-02-28-1
This commit is contained in:
@@ -140,7 +140,9 @@ class PickerAnimtionContainerFormPlaces extends StatelessWidget {
|
||||
controller
|
||||
.changePickerShown();
|
||||
controller
|
||||
.changeBottomSheetShown();
|
||||
.changeBottomSheetShown(
|
||||
forceValue:
|
||||
true);
|
||||
controller
|
||||
.bottomSheet();
|
||||
Get.back();
|
||||
@@ -196,7 +198,8 @@ class PickerAnimtionContainerFormPlaces extends StatelessWidget {
|
||||
'${controller.newMyLocation.latitude},${controller.newMyLocation.longitude}',
|
||||
);
|
||||
controller.changePickerShown();
|
||||
controller.changeBottomSheetShown();
|
||||
controller.changeBottomSheetShown(
|
||||
forceValue: true);
|
||||
controller.bottomSheet();
|
||||
// await sql
|
||||
// .getAllData(TableName.placesFavorite)
|
||||
|
||||
Reference in New Issue
Block a user