Merge pull request !1462 from hemenghao/master
This commit is contained in:
openharmony_ci 2024-09-09 08:38:57 +00:00 committed by Gitee
commit 5ff52e33bd
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -27,8 +27,10 @@ multimodalinput_path = "//foundation/multimodalinput/input"
startup_init_path = "//base/startup/init"
imf_screenlock_mgr_enable = false
if (defined(global_parts_info) &&
defined(global_parts_info.theme_screenlock_mgr)) {
imf_screenlock_mgr_enable = true
declare_args() {
imf_screenlock_mgr_enable = false
if (defined(global_parts_info) &&
defined(global_parts_info.theme_screenlock_mgr)) {
imf_screenlock_mgr_enable = true
}
}