mirror of
https://github.com/openharmony/miscservices_inputmethod.git
synced 2026-07-19 12:08:05 -04:00
@@ -36,7 +36,6 @@ namespace MiscServices {
|
||||
INITIALIZE_INPUT = FIRST_CALL_TRANSACTION,
|
||||
START_INPUT,
|
||||
STOP_INPUT,
|
||||
DISPATCH_KEY,
|
||||
SHOW_KEYBOARD,
|
||||
HIDE_KEYBOARD,
|
||||
SET_KEYBOARD_TYPE,
|
||||
|
||||
@@ -1193,6 +1193,7 @@ namespace MiscServices {
|
||||
int32_t result = ams->StartAbility(want);
|
||||
if (result != 0) {
|
||||
IMSA_HILOGE("PerUserSession::StartInputService fail. result = %{public}d", result);
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user