修改bug

Signed-off-by: zhouyongfei <zhouyongfei@huawei.com>
This commit is contained in:
zhouyongfei
2022-01-22 22:05:03 +08:00
parent e9c293bdb7
commit 18f4e063eb
2 changed files with 1 additions and 1 deletions
+1
View File
@@ -1193,6 +1193,7 @@ namespace MiscServices {
int32_t result = ams->StartAbility(want);
if (result != 0) {
IMSA_HILOGE("PerUserSession::StartInputService fail. result = %{public}d", result);
return false;
}
return true;
}