From bf05addc6ee73e30a3c8efdd61cb62dc59346d4e Mon Sep 17 00:00:00 2001 From: liule Date: Mon, 12 Aug 2024 15:29:51 +0800 Subject: [PATCH] codex Signed-off-by: liule --- frameworks/resmgr/include/theme_pack_manager.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frameworks/resmgr/include/theme_pack_manager.h b/frameworks/resmgr/include/theme_pack_manager.h index d8bc41e..3390c88 100644 --- a/frameworks/resmgr/include/theme_pack_manager.h +++ b/frameworks/resmgr/include/theme_pack_manager.h @@ -138,7 +138,7 @@ private: Lock lockSkin_; Lock lockIcon_; Lock lockThemeId_; - uint32_t themeId_; + uint32_t themeId_{0}; bool isFirstCreate = true; }; } // namespace Resource -- Gitee