diff --git a/src/workers/CommandorPage.js b/src/workers/CommandorPage.js index 0d14748..bf9909e 100644 --- a/src/workers/CommandorPage.js +++ b/src/workers/CommandorPage.js @@ -1445,7 +1445,7 @@ class CommandorPage { this.device.shell("input tap " + 490 + " " + 1910) } else if (model === "RMX3151") { this.device.shell("input tap " + 492 + " " + 1960) - } else if (model === "Pixel") { + } else if (model === "Pixel"||model === "Pixel_2") { this.device.shell("input tap " + 312 + " " + 1490) } else if (model === "Mi Note 10") { this.device.shell("input tap " + 550 + " " + 1920)