更新告警

Signed-off-by: zhouyongfei <zhouyongfei@huawei.com>
This commit is contained in:
zhouyongfei
2022-03-11 10:33:42 +08:00
parent a652f5f552
commit 067feba698
+2 -2
View File
@@ -1221,7 +1221,7 @@ namespace MiscServices {
sptr<InputClientProxy> client = new InputClientProxy(clientObject);
sptr<IInputClient> interface = client;
int remainClientNum = 0;
if(imsCore[0] != nullptr) {
if (imsCore[0] != nullptr) {
imsCore[0]->SetClientState(false);
}
HideKeyboard(client);
@@ -1243,7 +1243,7 @@ namespace MiscServices {
MessageParcel *data = msg->msgContent_;
sptr<IRemoteObject> clientObject = data->ReadRemoteObject();
sptr<InputClientProxy> client = new InputClientProxy(clientObject);
if(imsCore[0] != nullptr) {
if (imsCore[0] != nullptr) {
imsCore[0]->SetClientState(true);
}
ShowKeyboard(client);