12/22/2
This commit is contained in:
@@ -452,9 +452,12 @@ class PassengerInfoWindow extends StatelessWidget {
|
||||
kolor: AppColor.greenColor,
|
||||
onPressed: () {
|
||||
MyDialog().getDialog(
|
||||
"Is the Passenger in your Car ?"
|
||||
.tr,
|
||||
"Don't start trip if not".tr,
|
||||
"Is the Passenger in your Car?"
|
||||
.tr, // "هل الراكب في سيارتك؟"
|
||||
|
||||
"Don't start trip if passenger not in your car"
|
||||
.tr, // "لا تبدأ الرحلة إذا لم يكن الراكب في سيارتك"
|
||||
|
||||
() async {
|
||||
await controller
|
||||
.startRideFromDriver();
|
||||
|
||||
Reference in New Issue
Block a user