修改黄蓝代码差异

Signed-off-by: shenpeixing <shenpeixing2@huawei.com>
This commit is contained in:
shenpeixing 2024-09-13 09:01:38 +08:00
parent c0757c4906
commit 9f3eaa27a5

View File

@ -1172,6 +1172,10 @@ void InputMethodController::NotifyPanelStatusInfo(const PanelStatusInfo &info)
IMSA_HILOGE("textListener_ is nullptr");
return;
}
if (info.panelInfo.panelType == PanelType::SOFT_KEYBOARD) {
info.visible ? SendKeyboardStatus(KeyboardStatus::SHOW)
: SendKeyboardStatus(KeyboardStatus::HIDE);
}
listener->NotifyPanelStatusInfo(info);
if (info.panelInfo.panelType == PanelType::SOFT_KEYBOARD
&& info.panelInfo.panelFlag != PanelFlag::FLG_CANDIDATE_COLUMN && !info.visible) {