mirror of
https://gitee.com/openharmony/inputmethod_imf
synced 2024-11-23 06:40:06 +00:00
modify initialization data interface
Signed-off-by: illybyy <baoyayong@huawei.com>
This commit is contained in:
parent
9f34e958f1
commit
400a3223a2
@ -1220,7 +1220,7 @@ int32_t PerUserSession::RestoreCurrentImeSubType()
|
||||
|
||||
bool PerUserSession::IsCurrentImeByPid(int32_t pid)
|
||||
{
|
||||
auto imeData = GetReadyImeData(ImeType::IME);
|
||||
auto imeData = GetImeData(ImeType::IME);
|
||||
if (imeData == nullptr) {
|
||||
IMSA_HILOGE("ime not started!");
|
||||
return false;
|
||||
|
Loading…
Reference in New Issue
Block a user