修改reason为string

Signed-off-by: houdisheng <houdisheng@huawei.com>
This commit is contained in:
houdisheng
2022-06-24 16:57:09 +08:00
parent be4a778ab0
commit beba480ef4
+1 -1
View File
@@ -481,7 +481,7 @@ void WindowManager::UpdateFocusChangeInfo(const sptr<FocusChangeInfo>& 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 {