同步修改到weekly分支

Signed-off-by: zhouyongfei <zhouyongfei@huawei.com>
This commit is contained in:
zhouyongfei
2022-03-03 18:59:06 +08:00
parent 478b8da84d
commit f8a4cbea48
3 changed files with 14 additions and 1 deletions
@@ -193,6 +193,7 @@ using namespace MessageID;
void InputMethodController::Attach(sptr<OnTextChangedListener> &listener)
{
textListener = listener;
PrepareInput(0, mClient, mInputDataChannel, mAttribute);
StartInput(mClient);
}