This commit is contained in:
Hamza-Ayed
2024-03-25 17:15:13 +03:00
parent 5c702e7d06
commit 0f79b2d86b
20 changed files with 327 additions and 179 deletions

View File

@@ -223,8 +223,8 @@ class FirebaseMessagesController extends GetxController {
Get.offAll(const MapPagePassenger());
} else if (message.notification!.title! == 'Order Applied') {
Get.snackbar(
"The order has been accepted by another driver.", // Corrected grammar
"Be more mindful next time to avoid dropping orders.", // Improved sentence structure
"The order has been accepted by another driver.".tr, // Corrected grammar
"Be more mindful next time to avoid dropping orders.".tr, // Improved sentence structure
backgroundColor: AppColor.yellowColor,
snackPosition: SnackPosition.BOTTOM,
);