3/25/1
This commit is contained in:
@@ -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,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user