Revert "!20 修复告警问题"

This reverts commit 8081ef8e6f, reversing
changes made to 81c3d6fbfb.
Signed-off-by: jiangdayuan <jiangdayuan@huawei.com>
Change-Id: I48027ef05dbce67ba5e1d2902bf82852918ca50c
This commit is contained in:
jiangdayuan
2021-12-26 12:20:47 +08:00
parent 4a5b03a64a
commit 904420c37a
23 changed files with 34 additions and 41 deletions
@@ -159,7 +159,7 @@ using namespace MessageID;
void InputMethodController::Attach(sptr<OnTextChangedListener> &listener)
{
PrepareInput(0, mClient, mInputDataChannel, mAttribute);
textListener = listener;
textListener=listener;
}
void InputMethodController::ShowTextInput()