mirror of
https://gitee.com/openharmony/inputmethod_imf
synced 2024-11-27 00:41:04 +00:00
修改黄蓝代码差异
Signed-off-by: shenpeixing <shenpeixing2@huawei.com>
This commit is contained in:
parent
c0757c4906
commit
9f3eaa27a5
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user