description

Signed-off-by: 小发发 <lianghui35@huawei.com>
This commit is contained in:
小发发 2024-09-26 17:21:45 +08:00
parent 5c5add6248
commit 39730f3087

View File

@ -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");
}