Merge branch 'master' into feature/macOcr

This commit is contained in:
2023-10-26 17:15:06 +02:00
+1 -1
View File
@@ -1124,7 +1124,7 @@ class CommandorPage {
if (model === "CPH2219") {
await this.device.shell("input tap " + 558 + " " + 1160)
} 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") {
await this.device.shell("input tap " + 530 + " " + 1106)
} else {