From 744f97f2cd612ebe3fd1e5794c6434533f44537b Mon Sep 17 00:00:00 2001 From: yadeno Date: Tue, 12 Apr 2022 11:55:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8DIMA=E8=B0=83=E7=94=A8bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: yadeno --- frameworks/inputmethod_ability/src/input_method_agent_stub.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frameworks/inputmethod_ability/src/input_method_agent_stub.cpp b/frameworks/inputmethod_ability/src/input_method_agent_stub.cpp index e14097c..d9bc285 100644 --- a/frameworks/inputmethod_ability/src/input_method_agent_stub.cpp +++ b/frameworks/inputmethod_ability/src/input_method_agent_stub.cpp @@ -91,7 +91,7 @@ namespace MiscServices { if (!msgHandler_) { return false; } - InputMethodAbility::SetCallingWindow(windowId); + InputMethodAbility::GetInstance()->SetCallingWindow(windowId); return; }