fix(selector): the behavior of findOnce() is different from docs point out

This commit is contained in:
hyb1996
2018-03-09 13:36:52 +08:00
parent c0b03d89d5
commit 16b39b550d
6 changed files with 8 additions and 19 deletions

View File

@@ -167,10 +167,10 @@ public class DeveloperUtils {
a.finish();
return;
}
//long[] crc = readCrc(a.getString(crcRes));
//if (!checkDexFile(a, crc)) {
// a.finish();
//}
long[] crc = readCrc(a.getString(crcRes));
if (!checkDexFile(a, crc)) {
a.finish();
}
}
});