version:1.3.8
fix: update:修复不能自动接听,增加桌面地址显示开关
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user