update services/include/ime_info_inquirer.h.

Signed-off-by: 张琳 <zhanglin210@huawei.com>
This commit is contained in:
张琳 2024-07-23 08:22:35 +00:00 committed by Gitee
parent 19c4ad1ad9
commit 6580a8eb7e
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -146,6 +146,7 @@ private:
SystemConfig systemConfig_;
std::mutex currentImeInfoLock_;
std::shared_ptr<ImeInfo> currentImeInfo_{ nullptr }; // current imeInfo of current user
bool IsTempInputMethod(const OHOS::AppExecFwk::ExtensionAbilityInfo &extInfo);
};
} // namespace MiscServices
} // namespace OHOS