diff --git a/src/workers/CommandorPage.js b/src/workers/CommandorPage.js index a493558..62e060f 100644 --- a/src/workers/CommandorPage.js +++ b/src/workers/CommandorPage.js @@ -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 {