!72 同步主干两个修改

Merge pull request !72 from demon/weekly_20220215
This commit is contained in:
openharmony_ci
2022-02-15 12:06:20 +00:00
committed by Gitee
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) {