From 457294c25de7dc32dab20ae0925d255a6b9ecc47 Mon Sep 17 00:00:00 2001 From: zhouyongfei Date: Wed, 30 Mar 2022 01:42:20 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=B1=BB=E5=9E=8B=E4=B8=BA?= =?UTF-8?q?=E6=99=BA=E8=83=BD=E6=8C=87=E9=92=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhouyongfei --- .../inputmethod_controller/include/input_method_controller.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frameworks/inputmethod_controller/include/input_method_controller.h b/frameworks/inputmethod_controller/include/input_method_controller.h index 3744a5b..6365276 100644 --- a/frameworks/inputmethod_controller/include/input_method_controller.h +++ b/frameworks/inputmethod_controller/include/input_method_controller.h @@ -90,7 +90,7 @@ namespace MiscServices { sptr mImms; sptr deathRecipient_; sptr mAgent; - OnTextChangedListener *textListener; + sptr &textListener; InputAttribute mAttribute; std::u16string mTextString; int mSelectOldBegin = 0;