support genymotion pixel 2

This commit is contained in:
Lei PAN
2024-11-16 10:15:42 +01:00
parent 3e374f10fa
commit 3e03bc59ca
+1 -1
View File
@@ -1445,7 +1445,7 @@ class CommandorPage {
this.device.shell("input tap " + 490 + " " + 1910) this.device.shell("input tap " + 490 + " " + 1910)
} else if (model === "RMX3151") { } else if (model === "RMX3151") {
this.device.shell("input tap " + 492 + " " + 1960) 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) this.device.shell("input tap " + 312 + " " + 1490)
} else if (model === "Mi Note 10") { } else if (model === "Mi Note 10") {
this.device.shell("input tap " + 550 + " " + 1920) this.device.shell("input tap " + 550 + " " + 1920)