diff --git a/src/workers/CommandorPage.js b/src/workers/CommandorPage.js index 33c1405..d9e194d 100644 --- a/src/workers/CommandorPage.js +++ b/src/workers/CommandorPage.js @@ -1003,6 +1003,8 @@ class CommandorPage { this.device.shell("input tap " + 550 + " " + 1920) } else if (model === "ONEPLUS A6000") { this.device.shell("input tap " + 535 + " " + 1945) + } else if (model === "22041219PG") { + this.device.shell("input tap " + 540 + " " + 1985) } else if (model === "21091116C") { this.device.shell("input tap " + 510 + " " + 1975) } else if (model === "MI 5s") {