version:1.0.9

update:
bugfixes:修复微信无法自动接听,修复闹钟闪退
This commit is contained in:
2024-08-06 09:19:37 +08:00
parent 1347b7c6dc
commit 9f8057cd33
21 changed files with 334 additions and 151 deletions

View File

@@ -330,7 +330,7 @@ public class WeAccessibilityService extends AccessibilityService {
if (node != null) {
Point point = getPointtByNode(node);
Log.e(TAG, "stepAnswer: " + point);
clickByNode(point.x, point.y + 50);
clickByNode(point.x, point.y - 50);
// clickNode(node);
Log.e(TAG, "stepAnswer: mCurrentStep " + mCurrentStep + " done");
mCurrentStep = Step.WAITING;