Merge branch 'master' into feature/macOcr
This commit is contained in:
@@ -1124,7 +1124,7 @@ class CommandorPage {
|
|||||||
if (model === "CPH2219") {
|
if (model === "CPH2219") {
|
||||||
await this.device.shell("input tap " + 558 + " " + 1160)
|
await this.device.shell("input tap " + 558 + " " + 1160)
|
||||||
} else if (model === "MI 5s") {
|
} else if (model === "MI 5s") {
|
||||||
await this.device.shell("input tap " + 530 + " " + 1000)
|
await this.tapForDevice(this.device, 530, 1000)
|
||||||
} else if (model === "ONEPLUS A6000") {
|
} else if (model === "ONEPLUS A6000") {
|
||||||
await this.device.shell("input tap " + 530 + " " + 1106)
|
await this.device.shell("input tap " + 530 + " " + 1106)
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user