同步主干两个修改

Signed-off-by: zhouyongfei <zhouyongfei@huawei.com>
This commit is contained in:
zhouyongfei
2022-02-15 19:08:10 +08:00
parent 4f332e42fb
commit 5fd78cd66d
2 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
top: 0fp;
width: 100%;
height: 100%;
background: #ffffff;
background-color: #ffffff;
}
.title {
+3 -2
View File
@@ -206,10 +206,11 @@ namespace MiscServices {
want.SetElementName(imeId.substr(0, pos), imeId.substr(pos + 1));
int32_t result = abms->StartAbility(want);
if (result != 0) {
IMSA_HILOGE("PerUserSession::StartInputService fail. result = %{public}d", result);
IMSA_HILOGE("InputMethodSystemAbility::StartInputService fail. result = %{public}d", result);
isStartSuccess = false;
} else {
isStartSuccess = true;
}
isStartSuccess = true;
}
if (!isStartSuccess) {