From 0d2e0787bab3f3e8e6445dae78632a29ff50b934 Mon Sep 17 00:00:00 2001 From: zhouyongfei Date: Wed, 16 Feb 2022 20:02:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=89=A9=E7=90=86=E9=94=AE?= =?UTF-8?q?=E7=9B=98=E8=BE=93=E5=85=A5=E5=A4=B1=E6=95=88=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhouyongfei --- frameworks/inputmethod_ability/src/input_method_core_stub.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/frameworks/inputmethod_ability/src/input_method_core_stub.cpp b/frameworks/inputmethod_ability/src/input_method_core_stub.cpp index e71e02ab5..6bb314c8b 100644 --- a/frameworks/inputmethod_ability/src/input_method_core_stub.cpp +++ b/frameworks/inputmethod_ability/src/input_method_core_stub.cpp @@ -221,6 +221,7 @@ namespace MiscServices { } MessageParcel *data = new MessageParcel(); + data->WriteBool(state); Message *msg = new Message(MessageID::MSG_ID_SET_CLIENT_STATE, data); msgHandler_->SendMessage(msg); } -- Gitee