mirror of
https://gitee.com/openharmony/accessibility
synced 2024-11-23 15:01:17 +00:00
description
Signed-off-by: 小发发 <lianghui35@huawei.com>
This commit is contained in:
parent
f6afb29e2e
commit
e9c61436bc
@ -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;
|
||||
|
@ -446,7 +446,7 @@ void AccessibilitySettingsConfig::CloneAudioState()
|
||||
{
|
||||
}
|
||||
|
||||
void CloneShortkeyService(bool isScreenReaderEnabled)
|
||||
void AccessibilitySettingsConfig::CloneShortkeyService(bool isScreenReaderEnabled)
|
||||
{
|
||||
(void)isScreenReaderEnabled;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user