|
@@ -663,7 +663,7 @@ public class ApexDriverApplication extends Application {
|
|
|
break;
|
|
break;
|
|
|
case BackgroundReportTypeReject: {
|
|
case BackgroundReportTypeReject: {
|
|
|
|
|
|
|
|
- String reason = "Driver " + user +" rejected to report location";
|
|
|
|
|
|
|
+ String reason = "Reject ping by app setting driver: " + user ;
|
|
|
rejectReportLocation(reason,orderId,locationId);
|
|
rejectReportLocation(reason,orderId,locationId);
|
|
|
}
|
|
}
|
|
|
break;
|
|
break;
|
|
@@ -685,7 +685,7 @@ public class ApexDriverApplication extends Application {
|
|
|
@Override
|
|
@Override
|
|
|
public void onClick(DialogInterface dialog, int which) {
|
|
public void onClick(DialogInterface dialog, int which) {
|
|
|
|
|
|
|
|
- String reason = "Driver " + user +" cancel to report location";
|
|
|
|
|
|
|
+ String reason = "Driver " + user +" choose cancel of report location";
|
|
|
rejectReportLocation(reason,orderId,locationId);
|
|
rejectReportLocation(reason,orderId,locationId);
|
|
|
}
|
|
}
|
|
|
})
|
|
})
|
|
@@ -798,7 +798,7 @@ public class ApexDriverApplication extends Application {
|
|
|
|
|
|
|
|
} else {
|
|
} else {
|
|
|
|
|
|
|
|
- String reason = "Driver " + user +" rejected to report location";
|
|
|
|
|
|
|
+ String reason = "Reject tracing byapp setting Driver: " + user ;
|
|
|
rejectReportLocation(reason,orderID, locationId);
|
|
rejectReportLocation(reason,orderID, locationId);
|
|
|
}
|
|
}
|
|
|
|
|
|