25-6-23/1

This commit is contained in:
Hamza-Ayed
2025-06-23 02:24:42 +03:00
parent 5eba032887
commit 5050aab9b7
42 changed files with 2387 additions and 1783 deletions

View File

@@ -522,7 +522,7 @@ class NotificationController extends GetxController {
if (data is String) {
var orderData = jsonDecode(data);
if (orderData is List && orderData.length == 34) {
closeOverLay();
//closeOverLay();
Get.put(HomeCaptainController()).changeRideId();
Get.to(() => OrderRequestPage(), arguments: {'myListString': data});
} else {
@@ -537,7 +537,7 @@ class NotificationController extends GetxController {
if (data is String) {
var orderData = jsonDecode(data);
if (orderData is List && orderData.length == 34) {
closeOverLay();
//closeOverLay();
Get.put(HomeCaptainController()).changeRideId();
Get.to(() => OrderRequestPage(), arguments: {'myListString': data});
} else {
@@ -550,7 +550,7 @@ class NotificationController extends GetxController {
void _handleADSNotification() {
// var orderData = jsonDecode(data);
closeOverLay();
//closeOverLay();
Get.to(
() => const NotificationCaptain(),
);