Apply 1 suggestion(s) to 1 file(s)
This commit is contained in:
parent
3a36bb5c2e
commit
69fc823beb
@ -301,7 +301,7 @@ public class IndexV1Updater extends IndexUpdater {
|
||||
repo.maxage = getIntRepoValue(repoMap, "maxage");
|
||||
repo.version = getIntRepoValue(repoMap, "version");
|
||||
|
||||
if (platformSigCache == null || platformSigCache.isEmpty()) {
|
||||
if (TextUtils.isEmpty(platformSigCache) {
|
||||
PackageInfo androidPackageInfo = Utils.getPackageInfo(context, "android");
|
||||
platformSigCache = Utils.getPackageSig(androidPackageInfo);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user