mirror of
https://gitee.com/openharmony/inputmethod_imf
synced 2025-02-25 09:32:18 +00:00
Signed-off-by: ma-shaoyin <mashaoyin1@huawei.com>
Changes to be committed:
This commit is contained in:
parent
b82d22d196
commit
8bca496983
@ -67,7 +67,7 @@ using namespace MessageID;
|
||||
|
||||
InputClientStub *client = new (std::nothrow) InputClientStub();
|
||||
if (client == nullptr) {
|
||||
MSA_HILOGE("InputMethodController::Initialize client is nullptr");
|
||||
IMSA_HILOGE("InputMethodController::Initialize client is nullptr");
|
||||
return false;
|
||||
}
|
||||
client->SetHandler(msgHandler);
|
||||
@ -75,7 +75,7 @@ using namespace MessageID;
|
||||
|
||||
InputDataChannelStub *channel = new (std::nothrow) InputDataChannelStub();
|
||||
if (channel == nullptr) {
|
||||
MSA_HILOGE("InputMethodController::Initialize channel is nullptr");
|
||||
IMSA_HILOGE("InputMethodController::Initialize channel is nullptr");
|
||||
return false;
|
||||
}
|
||||
channel->SetHandler(msgHandler);
|
||||
|
Loading…
x
Reference in New Issue
Block a user