diff --git a/wm/src/window_session_impl.cpp b/wm/src/window_session_impl.cpp index 8d4bbc5c4aa48be0ed180fa17ff07d9a67979de1..d22558129e1a055edfbdf7bcc77759d943b90817 100644 --- a/wm/src/window_session_impl.cpp +++ b/wm/src/window_session_impl.cpp @@ -91,7 +91,7 @@ const std::string DECOR_BUTTON_STYLE_CHANGE = "decor_button_style_change"; constexpr int64_t SET_UIEXTENSION_DESTROY_TIMEOUT_TIME_MS = 4000; const std::string SCB_BACK_VISIBILITY = "scb_back_visibility"; -const std::string SCB_COMPATIBLE_MAXIMIZE_VISIBILITY = "scb_compatible_maximize_visibility"; +// const std::string SCB_COMPATIBLE_MAXIMIZE_VISIBILITY = "scb_compatible_maximize_visibility"; Ace::ContentInfoType GetAceContentInfoType(BackupAndRestoreType type) { @@ -8075,6 +8075,8 @@ void WindowSessionImpl::SetNotifySizeChangeFlag(bool flag) return; } notifySizeChangeFlag_ = false; + + test } } // namespace Rosen