diff --git a/wm/src/window_impl.cpp b/wm/src/window_impl.cpp index 75d69724..e1c5520f 100755 --- a/wm/src/window_impl.cpp +++ b/wm/src/window_impl.cpp @@ -1088,7 +1088,7 @@ WMError WindowImpl::Show(uint32_t reason, bool withAnimation) SingletonContainer::Get().ProcessPointDown(property_->GetWindowId(), property_, moveDragProperty_); } - NotifyAfterUnfocused(false); + NotifyAfterForeground(false); return WMError::WM_OK; } WMError ret = PreProcessShow(reason, withAnimation);