mirror of
https://github.com/openharmony/miscservices_inputmethod.git
synced 2026-07-25 22:57:30 -04:00
1、刷新输入法选择对话框布局
2、切换输入法时,通知前一个输入法销毁常驻服务 Signed-off-by: zhouyongfei <zhouyongfei@huawei.com>
This commit is contained in:
@@ -167,6 +167,12 @@ namespace MiscServices {
|
||||
OnSelectionChange(msg);
|
||||
break;
|
||||
}
|
||||
case MSG_ID_STOP_INPUT_SERVICE:{
|
||||
MessageParcel *data = msg->msgContent_;
|
||||
std::string imeId = Str16ToStr8(data->ReadString16());
|
||||
imeListener_->OnInputStop(imeId);
|
||||
break;
|
||||
}
|
||||
default: {
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user