mirror of
https://gitee.com/openharmony/inputmethod_imf
synced 2024-11-23 14:49:59 +00:00
update
Signed-off-by: yangliu <yangliu146@huawei.com>
This commit is contained in:
parent
1ee6fed05a
commit
30a04d4443
@ -17,9 +17,9 @@
|
||||
#include "global.h"
|
||||
namespace OHOS {
|
||||
namespace MiscServices {
|
||||
|
||||
ContextBase::~ContextBase()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
napi_status ContextBase::GetNative(napi_env envi, napi_callback_info info)
|
||||
|
@ -89,7 +89,6 @@ void JsGetInputMethodSetting::GetResult(napi_env env, std::vector<InputMethodPro
|
||||
uint32_t index = 0;
|
||||
|
||||
for (const auto &item : properties) {
|
||||
|
||||
if (item == nullptr) {
|
||||
IMSA_HILOGE("GetResult::item is null");
|
||||
continue;
|
||||
|
Loading…
Reference in New Issue
Block a user