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

Changes to be committed:
This commit is contained in:
ma-shaoyin
2022-07-15 19:13:30 +08:00
parent 518279ccfb
commit e83bd48832
@@ -412,7 +412,7 @@ namespace MiscServices {
{
IMSA_HILOGI("InputMethodAbility::HideKeyboardSelf");
sptr<IInputControlChannel> controlChannel = inputControlChannel;
if(controlChannel == nullptr) {
if (controlChannel == nullptr) {
IMSA_HILOGI("InputMethodAbility::HideKeyboardSelf controlChannel is nullptr");
return;
}