Fixed "apply suggestion" error

This commit is contained in:
Glenn C 2020-10-22 07:33:13 +00:00 committed by Glenn Carremans
parent efe757be07
commit 47e8e43318
No known key found for this signature in database
GPG Key ID: E197128A4E058CEF

View File

@ -301,7 +301,7 @@ public class IndexV1Updater extends IndexUpdater {
repo.maxage = getIntRepoValue(repoMap, "maxage");
repo.version = getIntRepoValue(repoMap, "version");
if (TextUtils.isEmpty(platformSigCache) {
if (TextUtils.isEmpty(platformSigCache)) {
PackageInfo androidPackageInfo = Utils.getPackageInfo(context, "android");
platformSigCache = Utils.getPackageSig(androidPackageInfo);
}