Update: 2026-06-26 17:29:23
This commit is contained in:
@@ -192,7 +192,7 @@ class PassengerInfoWindow extends StatelessWidget {
|
||||
context, controller);
|
||||
} else {
|
||||
// هنا ممكن تظهر رسالة: تم منع الاتصال بسبب كثرة الإلغاءات
|
||||
mySnackeBarError(
|
||||
mySnackbarError(
|
||||
"You cannot call the passenger due to policy violations"
|
||||
.tr);
|
||||
}
|
||||
|
||||
@@ -348,7 +348,7 @@ class WalletCaptainRefactored extends StatelessWidget {
|
||||
await controller.payFromBudget();
|
||||
} else {
|
||||
Get.back();
|
||||
mySnackeBarError('Your Budget less than needed'.tr);
|
||||
mySnackbarError('Your Budget less than needed'.tr);
|
||||
}
|
||||
} else {
|
||||
MyDialog().getDialog(
|
||||
|
||||
Reference in New Issue
Block a user