Signed-off-by: ma-shaoyin <mashaoyin1@huawei.com>

Changes to be committed:
This commit is contained in:
ma-shaoyin 2024-11-06 11:48:49 +08:00
parent 979134a9b2
commit a5fb67ee5a

View File

@ -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,