2/16/1
This commit is contained in:
@@ -241,7 +241,8 @@ class PassengerInfoWindow extends StatelessWidget {
|
||||
),
|
||||
controller.remainingTimeInPassengerLocatioWait <
|
||||
300 &&
|
||||
controller.remainingTimeInPassengerLocatioWait !=
|
||||
controller
|
||||
.remainingTimeInPassengerLocatioWait !=
|
||||
0
|
||||
? Stack(
|
||||
children: [
|
||||
@@ -272,8 +273,9 @@ class PassengerInfoWindow extends StatelessWidget {
|
||||
)
|
||||
: controller.isdriverWaitTimeEnd
|
||||
? MyElevatedButton(
|
||||
title:
|
||||
'You Can Cancel Trip And get Cost of Trip From ${AppInformation.appName}'
|
||||
title: 'You Can Cancel Trip And get Cost of Trip From'
|
||||
.tr +
|
||||
' ${AppInformation.appName}'
|
||||
.tr,
|
||||
kolor: AppColor
|
||||
.deepPurpleAccent,
|
||||
|
||||
Reference in New Issue
Block a user