From 295d8cdba9d2ba4320aefcdef2a170aa2ef52642 Mon Sep 17 00:00:00 2001 From: Lei PAN Date: Thu, 26 Oct 2023 16:56:33 +0200 Subject: [PATCH] use adb to tap --- src/workers/CommandorPage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/workers/CommandorPage.js b/src/workers/CommandorPage.js index b8ab9d5..f4366f4 100644 --- a/src/workers/CommandorPage.js +++ b/src/workers/CommandorPage.js @@ -1119,7 +1119,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 {