Fix: promos discount query and compact car details layout

This commit is contained in:
Hamza-Ayed
2026-06-26 03:04:22 +03:00
parent a8b10d954c
commit aea0c8e44e
5 changed files with 40 additions and 30 deletions

View File

@@ -193,7 +193,7 @@ class PickerIconOnMap extends StatelessWidget {
@override
Widget build(BuildContext context) {
return GetBuilder<RideLifecycleController>(
return GetBuilder<MapEngineController>(
builder: (controller) => controller.isPickerShown
? Positioned(
bottom: Get.height * .2,