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 76fe1f0422
commit 0a33ec66af
@@ -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)