This commit is contained in:
Hamza Aleghwairyeen
2024-04-11 16:04:19 +03:00
parent b3cf2d4fe2
commit bcb220b02f
7 changed files with 44 additions and 44 deletions

View File

@@ -16,8 +16,9 @@ class RideFromStartApp extends StatelessWidget {
Widget build(BuildContext context) {
ProfileController profileController = Get.put(ProfileController());
return GetBuilder<MapPassengerController>(builder: (controller) {
return (controller.statusRideFromStart ||
controller.statusRide == 'Begin')
return (controller.statusRideFromStart
// || controller.statusRide == 'Begin'
)
? Positioned(
left: 10,
right: 10,