modify initialization data interface

Signed-off-by: illybyy <baoyayong@huawei.com>
This commit is contained in:
illybyy 2024-09-05 14:50:36 +08:00
parent 9f34e958f1
commit 400a3223a2

View File

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