version:1.3.8

fix:
update:修复不能自动接听,增加桌面地址显示开关
This commit is contained in:
2024-11-13 16:47:16 +08:00
parent b55ceaa93a
commit bb47a13d44
20 changed files with 285 additions and 123 deletions

View File

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