mirror of
https://gitee.com/openharmony/inputmethod_imf
synced 2024-11-23 14:49:59 +00:00
Signed-off-by: ma-shaoyin <mashaoyin1@huawei.com>
Changes to be committed:
This commit is contained in:
parent
81b08f14f0
commit
e9536dc502
@ -249,7 +249,7 @@ int32_t InputMethodAbility::StartInput(const InputClientInfo &clientInfo, bool i
|
||||
return ret;
|
||||
}
|
||||
isPendingShowKeyboard_ = clientInfo.isShowKeyboard;
|
||||
auto task = []() { ShowKeyboard(); };
|
||||
auto task = [this]() { ShowKeyboard(); };
|
||||
if (imeListener_ == nullptr || !imeListener_->PostTaskToEventHandler(task, "ShowKeyboard")) {
|
||||
IMSA_HILOGE("imeListener_ is nullptr, or post task failed!");
|
||||
ShowKeyboard();
|
||||
|
Loading…
Reference in New Issue
Block a user