update frameworks/location_common/common/source/common_utils.cpp.

Signed-off-by: smilebear <245252081@qq.com>
This commit is contained in:
smilebear 2024-11-21 08:43:38 +00:00 committed by Gitee
parent e11dcdb990
commit 4c590dac83
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -467,7 +467,6 @@ bool CommonUtils::IsAppBelongCurrentAccount(AppIdentity &identity)
{
int currentUserId = 0;
if (!CommonUtils::GetCurrentUserId(currentUserId)) {
}
return CommonUtils::IsAppBelongCurrentAccount(identity, currentUserId);
}