mirror of
https://gitee.com/openharmony/inputmethod_imf
synced 2024-11-26 16:31:40 +00:00
Signed-off-by: ma-shaoyin <mashaoyin1@huawei.com>
Changes to be committed:
This commit is contained in:
parent
979134a9b2
commit
a5fb67ee5a
@ -1001,6 +1001,7 @@ bool PerUserSession::StartCurrentIme(bool isStopCurrentIme)
|
||||
auto currentIme = ImeCfgManager::GetInstance().GetCurrentImeCfg(userId_);
|
||||
IMSA_HILOGD("currentIme: %{public}s, imeToStart: %{public}s.", currentIme->imeId.c_str(),
|
||||
imeToStart->imeId.c_str());
|
||||
|
||||
if (!StartIme(imeToStart, isStopCurrentIme)) {
|
||||
IMSA_HILOGE("failed to start ime!");
|
||||
InputMethodSysEvent::GetInstance().InputmethodFaultReporter(ErrorCode::ERROR_IME_START_FAILED,
|
||||
|
Loading…
Reference in New Issue
Block a user