Fix dedicated line request bug
This commit is contained in:
@@ -135,8 +135,16 @@ public class ServiceConfig {
|
||||
result.clear();
|
||||
clear = true;
|
||||
}*/
|
||||
if (dedicatedLineRequest) {
|
||||
if (ac.dedicatedLine) {
|
||||
result.add(ac);
|
||||
}
|
||||
} else {
|
||||
if (!ac.dedicatedLine) {
|
||||
result.add(ac);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
/*if (clear && !result.isEmpty()) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user