mirror of
https://gitee.com/openharmony/accessibility
synced 2024-11-27 00:51:07 +00:00
description
Signed-off-by: 小发发 <lianghui35@huawei.com>
This commit is contained in:
parent
5c5add6248
commit
39730f3087
@ -841,7 +841,7 @@ void AccessibilitySettingsConfig::InitShortKeyConfig()
|
||||
SetShortKeyOnLockScreenState(isShortKeyEnabledOnLockScreen == 1);
|
||||
}
|
||||
|
||||
auto ret = dataShare_->PutIntValue(SHORTCUT_ON_LOCK_SCREEN, INVALID_SHORTCUT_ON_LOCK_SCREEN_STATE);
|
||||
auto ret = datashare_->PutIntValue(SHORTCUT_ON_LOCK_SCREEN, INVALID_SHORTCUT_ON_LOCK_SCREEN_STATE);
|
||||
if (ret != RET_OK) {
|
||||
HILOG_ERROR("reset shortcut on lock screen failed");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user