From beba480ef498af89e44e617185682e6d56c4f385 Mon Sep 17 00:00:00 2001 From: houdisheng Date: Fri, 24 Jun 2022 16:57:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9reason=E4=B8=BAstring?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: houdisheng --- wm/src/window_manager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wm/src/window_manager.cpp b/wm/src/window_manager.cpp index 8301cda1..33e9f10a 100644 --- a/wm/src/window_manager.cpp +++ b/wm/src/window_manager.cpp @@ -481,7 +481,7 @@ void WindowManager::UpdateFocusChangeInfo(const sptr& focusChan if (focused) { #ifdef SUSPEND_MANAGER_ENABLE SuspendManager::SuspendManagerClient::GetInstance().ThawOneApplication( - focusChangeInfo->uid_, "", SuspendManager::THAW_BY_FOCUS_CHANGED); + focusChangeInfo->uid_, "", "THAW_BY_FOCUS_CHANGED"); #endif // SUSPEND_MANAGER_ENABLE pImpl_->NotifyFocused(focusChangeInfo); } else {