mirror of
https://gitee.com/openharmony/inputmethod_imf
synced 2025-03-06 22:19:31 +00:00
commit
dec08f5e7b
@ -214,10 +214,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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user