do not need to bind contact list with mobiles
This commit is contained in:
+2
-2
@@ -201,8 +201,8 @@ async function startBookWithNumbers(startNumber, endNumber, selectedStore, pathT
|
||||
for (let i = 0; i < filteredDeviceList.length; i++) {
|
||||
let device = filteredDeviceList[i];
|
||||
let port = startForwordingForDevice(device)
|
||||
// let _contactList = listWithoutBlackContact.slice(i * segmentNumber, segmentNumber * (i + 1))
|
||||
let _contactList = getContactListForDevice(device, listWithoutBlackContact)
|
||||
let _contactList = listWithoutBlackContact.slice(i * segmentNumber, segmentNumber * (i + 1))
|
||||
// let _contactList = getContactListForDevice(device, listWithoutBlackContact)
|
||||
console.log("contactList: for device:" + device.serial + " has " + _contactList.length)
|
||||
startWithList(_contactList, device, sender, selectedStore, audioAnalyse, alertBeep, port);
|
||||
}
|
||||
|
||||
@@ -1354,8 +1354,8 @@ class CommandorPage {
|
||||
this.device.shell("input tap " + 925 + " " + 1325)
|
||||
} else if (this.device.model === "22041219PG") {
|
||||
this.device.shell("input tap " + 925 + " " + 1430)
|
||||
} else if (this.device.model === "moto g51 5G") {
|
||||
await this.tapForDevice(this.device, 950, 1434)
|
||||
} else if (this.device.model === "moto_g51_5G") {
|
||||
this.device.shell("input tap " + 950 + " " + 1434)
|
||||
} else
|
||||
this.device.shell("input tap " + 933 + " " + 1538)
|
||||
await delay(2000);
|
||||
|
||||
Reference in New Issue
Block a user