mirror of
https://gitee.com/openharmony/inputmethod_imf
synced 2024-11-24 07:09:58 +00:00
Signed-off-by: wangdongqi <wangdongqi2@huawei.com>
Changes to be committed:
This commit is contained in:
parent
90b6e2791d
commit
ec3e0fa5a5
@ -238,7 +238,7 @@ void InputMethodController::WorkThread()
|
||||
isEditable_.store(false);
|
||||
textListener_ = nullptr;
|
||||
{
|
||||
std::lock_guard<std::mutex> lock(agentLock_);
|
||||
std::lock_guard<std::mutex> autoLock(agentLock_);
|
||||
agent_ = nullptr;
|
||||
agentObject_ = nullptr;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user