Update: 2026-07-02 17:44:58
This commit is contained in:
@@ -169,6 +169,12 @@ class OrderRequestController extends GetxController
|
||||
// ب) هل هي قادمة من Socket بالمفاتيح الرقمية ("0", "1", ...)؟
|
||||
else {
|
||||
myMapData = args;
|
||||
// 🆕 Also check for Destination Match flag from Socket data
|
||||
if (args['is_destination_match'] == '1' ||
|
||||
args['is_destination_match'] == 1 ||
|
||||
args['is_destination_match'] == true) {
|
||||
isDestinationMatch = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user