From 6f9173bc523e017b541ff96625b2b88984069acd Mon Sep 17 00:00:00 2001 From: kaiju Date: Fri, 22 Aug 2025 14:39:48 +0800 Subject: [PATCH] =?UTF-8?q?schedule=20=E5=8A=A0=E9=94=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: kaiju Change-Id: I192dd5dfd8aa2a5ab182d5091c92cd07a5569254 --- services/context/src/widget_client.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/services/context/src/widget_client.cpp b/services/context/src/widget_client.cpp index f680c0c59..2a7431463 100644 --- a/services/context/src/widget_client.cpp +++ b/services/context/src/widget_client.cpp @@ -57,6 +57,7 @@ void WidgetClient::SetWidgetSchedule(uint64_t contextId, const std::shared_ptr lock(mutex_); if (type != WIDGET_NOTICE) { IAM_LOGE("Invalid notice type"); return ResultCode::INVALID_PARAMETERS; -- Gitee