!1289 fix shown bug

Merge pull request !1289 from 邢亚楠/0801
This commit is contained in:
openharmony_ci
2022-08-01 13:09:24 +00:00
committed by Gitee
+1 -1
View File
@@ -1088,7 +1088,7 @@ WMError WindowImpl::Show(uint32_t reason, bool withAnimation)
SingletonContainer::Get<WindowAdapter>().ProcessPointDown(property_->GetWindowId(),
property_, moveDragProperty_);
}
NotifyAfterUnfocused(false);
NotifyAfterForeground(false);
return WMError::WM_OK;
}
WMError ret = PreProcessShow(reason, withAnimation);