静态告警

Signed-off-by: zhouyongfei <zhouyongfei@huawei.com>
This commit is contained in:
zhouyongfei
2022-01-19 19:22:07 +08:00
parent b79974a975
commit 331e6d49cd
+1 -1
View File
@@ -1355,7 +1355,7 @@ namespace MiscServices {
if (localControlChannel[currentIndex]->GetAgentAndChannel(&imsAgent, &imsChannel) == true) {
IMSA_HILOGI("PerUserSession::DispatchKey GetAgentAndChannel");
sptr<InputMethodAgentProxy> agent = new InputMethodAgentProxy(imsAgent->AsObject().GetRefPtr());
agent->DispatchKey(keyCode,state);
agent->DispatchKey(keyCode, state);
}
}
}