diff --git a/app/src/main/java/org/yameida/worktool/service/WeworkOperationImpl.kt b/app/src/main/java/org/yameida/worktool/service/WeworkOperationImpl.kt index 9fd8b13..44eaee0 100644 --- a/app/src/main/java/org/yameida/worktool/service/WeworkOperationImpl.kt +++ b/app/src/main/java/org/yameida/worktool/service/WeworkOperationImpl.kt @@ -587,7 +587,6 @@ object WeworkOperationImpl { if (shareToWorkButton != null && WeworkController.weworkService.currentPackage != Constant.PACKAGE_NAMES) { LogUtils.e("尝试手势点击!!!!!") - AccessibilityUtil.printNodeClazzTree(shareToWorkButton) AccessibilityUtil.clickByNode(WeworkController.weworkService, shareToWorkButton) sleep(Constant.CHANGE_PAGE_INTERVAL) shareToWorkButton = AccessibilityUtil.findOnceByText(getRoot(true), "发送给同事") @@ -663,7 +662,6 @@ object WeworkOperationImpl { if (shareToWorkButton != null && WeworkController.weworkService.currentPackage != Constant.PACKAGE_NAMES) { LogUtils.e("尝试手势点击!!!!!") - AccessibilityUtil.printNodeClazzTree(shareToWorkButton) AccessibilityUtil.clickByNode(WeworkController.weworkService, shareToWorkButton) sleep(Constant.CHANGE_PAGE_INTERVAL) shareToWorkButton = AccessibilityUtil.findOnceByText(getRoot(true), "发送给同事")