mirror of
https://github.com/openharmony/miscservices_inputmethod.git
synced 2026-07-18 17:24:37 -04:00
change the line length of switch napi fuction name
Signed-off-by: zhaolinglan <zhaolinglan@huawei.com>
This commit is contained in:
@@ -119,7 +119,8 @@ namespace MiscServices {
|
||||
return result;
|
||||
}
|
||||
|
||||
bool GetInputMethodPropertyFromJs(NativeEngine &engine, NativeObject *propertyObject, InputMethodProperty &target)
|
||||
bool GetInputMethodPropertyFromJs(NativeEngine &engine, NativeObject *propertyObject,
|
||||
InputMethodProperty &target)
|
||||
{
|
||||
IMSA_HILOGI("JsInputMethodRegistry::GetInputMethodPropertyFromJs is called!");
|
||||
NativeValue *packageName = propertyObject->GetProperty("packageName");
|
||||
|
||||
Reference in New Issue
Block a user