From e5f313f9f7a667a4cf06efd67463788951182a2c Mon Sep 17 00:00:00 2001 From: gallonyin Date: Thu, 24 Aug 2023 23:40:05 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E4=BC=98=E5=8C=96=E6=8E=A8=E9=80=81?= =?UTF-8?q?=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/org/yameida/worktool/service/WeworkOperationImpl.kt | 2 ++ 1 file changed, 2 insertions(+) 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 7ccfc28..3f4cbda 100644 --- a/app/src/main/java/org/yameida/worktool/service/WeworkOperationImpl.kt +++ b/app/src/main/java/org/yameida/worktool/service/WeworkOperationImpl.kt @@ -590,6 +590,7 @@ object WeworkOperationImpl { if (IWWAPIUtil.sendMicroProgram(fileUrl, originalContent, objectName, receivedContent)) { if (relaySelectTarget(titleList, extraText)) { uploadCommandResult(message, ExecCallbackBean.SUCCESS, "", startTime, titleList, listOf()) + goHome() return true } else { LogUtils.e("转发失败") @@ -865,6 +866,7 @@ object WeworkOperationImpl { if (IWWAPIUtil.sendLink(fileUrl, originalContent, objectName, receivedContent)) { if (relaySelectTarget(titleList, extraText)) { uploadCommandResult(message, ExecCallbackBean.SUCCESS, "", startTime, titleList, listOf()) + goHome() return true } else { LogUtils.e("转发失败")