mirror of
https://gitee.com/openharmony/inputmethod_imf
synced 2024-11-23 14:49:59 +00:00
Signed-off-by: ma-shaoyin <mashaoyin1@huawei.com>
Changes to be committed:
This commit is contained in:
parent
84bab65775
commit
edcdd5eb77
@ -249,7 +249,7 @@ namespace MiscServices {
|
||||
IMSA_HILOGI("InputMethodAbility::OnShowKeyboard");
|
||||
MessageParcel *data = msg->msgContent_;
|
||||
sptr<InputDataChannelProxy> channalProxy = new (std::nothrow) InputDataChannelProxy(data->ReadRemoteObject());
|
||||
if (inputDataChannel) {
|
||||
if (channalProxy != nullptr) {
|
||||
inputDataChannel = channalProxy;
|
||||
IMSA_HILOGI("InputMethodAbility::OnShowKeyboard inputDataChannel is not nullptr");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user