diff --git a/services/dialog/js/pages/index/index.css b/services/dialog/js/pages/index/index.css index 86ac12b78fbdb0315af6bc5120476a556eb470d6..31db6775eff6eac3ff697d016adf599fc6835d98 100644 --- a/services/dialog/js/pages/index/index.css +++ b/services/dialog/js/pages/index/index.css @@ -7,7 +7,7 @@ top: 0fp; width: 100%; height: 100%; - background: #ffffff; + background-color: #ffffff; } .title { diff --git a/services/src/input_method_system_ability.cpp b/services/src/input_method_system_ability.cpp index 9a2655543a7b243345fa69d7ff53f514ce34071a..48db24229062563955fa9ea9081703b9d932f69e 100644 --- a/services/src/input_method_system_ability.cpp +++ b/services/src/input_method_system_ability.cpp @@ -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) {