mirror of
https://gitee.com/openharmony/inputmethod_imf
synced 2024-11-30 18:31:01 +00:00
mod
Signed-off-by: cy7717 <chenyu301@huawei.com>
This commit is contained in:
parent
42f211096a
commit
78225bfc41
@ -155,7 +155,7 @@ int32_t InputMethodSystemAbility::Init()
|
||||
std::vector<int32_t> userIds;
|
||||
while (1) {
|
||||
if (OsAccountManager::QueryActiveOsAccountIds(userIds) == ERR_OK && !userIds.empty()) {
|
||||
IMSA_HILOGI("userId: %{public}d", userId_);
|
||||
IMSA_HILOGI("userId: %{public}d", userIds[0]);
|
||||
userId_ = userIds[0];
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user