Signed-off-by: yangliu <yangliu146@huawei.com>
This commit is contained in:
yangliu 2022-07-26 14:41:55 +08:00
parent 1ee6fed05a
commit 30a04d4443
5 changed files with 5 additions and 6 deletions

View File

@ -17,9 +17,9 @@
#include "global.h"
namespace OHOS {
namespace MiscServices {
ContextBase::~ContextBase()
{
}
napi_status ContextBase::GetNative(napi_env envi, napi_callback_info info)

View File

@ -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;