Signed-off-by: ma-shaoyin <mashaoyin1@huawei.com>

` Changes to be committed:
This commit is contained in:
ma-shaoyin
2022-07-15 12:11:25 +08:00
parent 90a3541097
commit 0558e144af
@@ -413,7 +413,7 @@ namespace MiscServices {
IMSA_HILOGI("InputMethodAbility::HideKeyboardSelf inputControlChannel_ is nullptr");
return;
}
inputControlChannel->hideKeyboardSelf(1);
inputControlChannel_->hideKeyboardSelf(1);
}
std::u16string InputMethodAbility::GetTextBeforeCursor(int32_t number)