diff --git a/src/workers/CommandorPage.js b/src/workers/CommandorPage.js index 93e09fc..1a99f5e 100644 --- a/src/workers/CommandorPage.js +++ b/src/workers/CommandorPage.js @@ -1465,6 +1465,8 @@ class CommandorPage { this.device.shell("input tap " + 510 + " " + 1975) } else if (model === "MI_5s") { this.device.shell("input tap " + 510 + " " + 1615) + } else if (model === "Mi_Note_10") { + await this.tapForDevice(this.device, 498, 1910) } else this.device.shell("input tap " + 385 + " " + 2050) await delay(1000);