From 2a7661ad6eb18d5452a39cf34d04412cf30a967b Mon Sep 17 00:00:00 2001 From: "wuzihao (F)" Date: Sat, 9 Aug 2025 17:36:36 +0800 Subject: [PATCH] add code Signed-off-by: wuzihao (F) --- wm/src/window_session_impl.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/wm/src/window_session_impl.cpp b/wm/src/window_session_impl.cpp index 8d4bbc5c4a..d22558129e 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 -- Gitee