mirror of
https://gitee.com/openharmony/inputmethod_imf
synced 2025-03-09 02:01:25 +00:00
Signed-off-by: lovechinamo <wangdongqi2@huawei.com>
Changes to be committed:
This commit is contained in:
parent
0d5dbff489
commit
e4b06949dc
@ -237,7 +237,7 @@ namespace MiscServices {
|
||||
{
|
||||
IMSA_HILOGI("PerUserSession::ResetIme");
|
||||
std::unique_lock<std::mutex> lock(mtx);
|
||||
InputMethodProperty *ime[2] = {defaultIme, securityIme};
|
||||
InputMethodProperty *ime[] = {defaultIme, securityIme};
|
||||
for (int i = 0; i < MIN_IME; i++) {
|
||||
if (currentIme[i] == ime[i] && ime[i]) {
|
||||
continue;
|
||||
|
Loading…
x
Reference in New Issue
Block a user