26-1-21/2
This commit is contained in:
@@ -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