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 6d33e09..ff203f4 100644 --- a/app/src/main/java/org/yameida/worktool/service/WeworkOperationImpl.kt +++ b/app/src/main/java/org/yameida/worktool/service/WeworkOperationImpl.kt @@ -2977,7 +2977,6 @@ object WeworkOperationImpl { LogUtils.v("atFailed: $atFailed") val content = if (atFailed) "@${atList?.joinToString()} $text" else text val append = (reply == true) || (!atList.isNullOrEmpty() && !atFailed) - WeworkLoopImpl.getChatMessageList(needInfer = false, imageCheck = false, titleList = titleList) if (AccessibilityUtil.findTextInput(getRoot(), content, append = append)) { AccessibilityUtil.findOneByText(getRoot(), "发送", exact = true, timeout = 2000) val sendButton = AccessibilityUtil.findAllByClazz(getRoot(), Views.Button) @@ -2987,7 +2986,6 @@ object WeworkOperationImpl { log("发送消息: \n$content") AccessibilityUtil.performClick(sendButton) sleep(Constant.POP_WINDOW_INTERVAL) - WeworkLoopImpl.getChatMessageList(needInfer = false, titleList = titleList) goHome() return true } else {