Signed-off-by: c00524366 <chenjiale5@hisilicon.com>
This commit is contained in:
c00524366
2021-09-29 18:44:30 +08:00
parent 4947cb8401
commit ac16d71bbf
2 changed files with 4 additions and 4 deletions
@@ -158,8 +158,8 @@ using namespace MessageID;
void InputMethodController::Attach(sptr<OnTextChangedListener> &listener)
{
PrepareInput(0,mClient,mInputDataChannel,mAttribute);
textListener=listener;
PrepareInput(0, mClient,mInputDataChannel,mAttribute);
textListener = listener;
}
void InputMethodController::ShowTextInput()