mirror of
https://github.com/openharmony/miscservices_inputmethod.git
synced 2026-07-18 17:24:37 -04:00
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user