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

Changes to be committed:
This commit is contained in:
ma-shaoyin
2022-07-15 14:54:10 +08:00
parent 0558e144af
commit 20474782e6
@@ -409,7 +409,7 @@ namespace MiscServices {
{
IMSA_HILOGI("InputMethodAbility::HideKeyboardSelf");
sptr<IInputControlChannel> inputControlChannel_ = inputControlChannel;
if(!inputControlChannel_) {
if (!inputControlChannel_) {
IMSA_HILOGI("InputMethodAbility::HideKeyboardSelf inputControlChannel_ is nullptr");
return;
}