Fixed "apply suggestion" error
This commit is contained in:
parent
efe757be07
commit
47e8e43318
@ -301,7 +301,7 @@ public class IndexV1Updater extends IndexUpdater {
|
|||||||
repo.maxage = getIntRepoValue(repoMap, "maxage");
|
repo.maxage = getIntRepoValue(repoMap, "maxage");
|
||||||
repo.version = getIntRepoValue(repoMap, "version");
|
repo.version = getIntRepoValue(repoMap, "version");
|
||||||
|
|
||||||
if (TextUtils.isEmpty(platformSigCache) {
|
if (TextUtils.isEmpty(platformSigCache)) {
|
||||||
PackageInfo androidPackageInfo = Utils.getPackageInfo(context, "android");
|
PackageInfo androidPackageInfo = Utils.getPackageInfo(context, "android");
|
||||||
platformSigCache = Utils.getPackageSig(androidPackageInfo);
|
platformSigCache = Utils.getPackageSig(androidPackageInfo);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user