Replaced equalsIgnoreCase()
with equals()
This commit is contained in:
parent
69fc823beb
commit
efe757be07
@ -327,7 +327,7 @@ public class IndexV1Updater extends IndexUpdater {
|
||||
for (Apk apk : apks) {
|
||||
if (!apk.isApk()) {
|
||||
app.isApk = false;
|
||||
} else if (apk.sig.equalsIgnoreCase(platformSigCache)) {
|
||||
} else if (apk.sig.equals(platformSigCache)) {
|
||||
app.preferredSigner = platformSigCache;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user