From 5fd78cd66d9b413a1d1da6050862eaa3e462d593 Mon Sep 17 00:00:00 2001 From: zhouyongfei Date: Tue, 15 Feb 2022 19:08:10 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E6=AD=A5=E4=B8=BB=E5=B9=B2=E4=B8=A4?= =?UTF-8?q?=E4=B8=AA=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhouyongfei --- services/dialog/js/pages/index/index.css | 2 +- services/src/input_method_system_ability.cpp | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/services/dialog/js/pages/index/index.css b/services/dialog/js/pages/index/index.css index 86ac12b..31db677 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 9a26555..48db242 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) {