description

Signed-off-by: 小发发 <lianghui35@huawei.com>
This commit is contained in:
小发发 2024-09-19 14:27:37 +08:00
parent f6afb29e2e
commit e9c61436bc
2 changed files with 2 additions and 2 deletions

View File

@ -381,7 +381,7 @@ int NAccessibilityConfigObserver::NotifyDoubleChanged(uv_work_t *work)
std::unique_ptr<napi_handle_scope__, decltype(closeScope)> scopes(
OHOS::Accessibility::TmpOpenScope(callbackInfo->env_), closeScope);
napi_value jsEvent = nullptr;
napi_create_double(callbackInfo->env_, double(callbackInfo->doubleValue_), &jsEvent);
napi_create_double(callbackInfo->env_, callbackInfo->doubleValue_, &jsEvent);
napi_value handler = nullptr;
napi_value callResult = nullptr;

View File

@ -446,7 +446,7 @@ void AccessibilitySettingsConfig::CloneAudioState()
{
}
void CloneShortkeyService(bool isScreenReaderEnabled)
void AccessibilitySettingsConfig::CloneShortkeyService(bool isScreenReaderEnabled)
{
(void)isScreenReaderEnabled;
}