Compare commits
1 Commits
cb2a0f2493
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a9beeb2cef |
@@ -260,7 +260,7 @@ class FirebaseMessagesController extends GetxController {
|
|||||||
"Driver Finish Trip".tr,
|
"Driver Finish Trip".tr,
|
||||||
'you will pay to Driver'.tr + ' ${driverList[3].toString()} \$'.tr,
|
'you will pay to Driver'.tr + ' ${driverList[3].toString()} \$'.tr,
|
||||||
'tone1');
|
'tone1');
|
||||||
}
|
} //
|
||||||
Get.find<AudioRecorderController>().stopRecording();
|
Get.find<AudioRecorderController>().stopRecording();
|
||||||
if (double.parse(box.read(BoxName.passengerWalletTotal)) < 0) {
|
if (double.parse(box.read(BoxName.passengerWalletTotal)) < 0) {
|
||||||
box.write(BoxName.passengerWalletTotal, 0);
|
box.write(BoxName.passengerWalletTotal, 0);
|
||||||
|
|||||||
Reference in New Issue
Block a user