mirror of
https://gitee.com/openharmony/inputmethod_imf
synced 2024-11-23 14:49:59 +00:00
commit
5ff52e33bd
@ -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
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user