mirror of
https://github.com/MaintainTeam/Hypatia.git
synced 2025-03-01 05:48:23 +03:00
Fix a typo
https://gitlab.com/divested-mobile/hypatia/-/issues/1#note_508225199
This commit is contained in:
parent
3f7015f8a4
commit
ead6ae082d
1 changed files with 2 additions and 2 deletions
|
@ -73,7 +73,7 @@ class MalwareScanner extends AsyncTask<Set<File>, Object, String> {
|
||||||
for (File file : filesToScan[0]) {
|
for (File file : filesToScan[0]) {
|
||||||
getFileHashes(file);
|
getFileHashes(file);
|
||||||
}
|
}
|
||||||
publishProgress(Utils.getContext().getString(R.string.main_hash_scan_done) + "\n", true);
|
publishProgress(Utils.getContext().getString(R.string.main_hashing_done) + "\n", true);
|
||||||
|
|
||||||
//Check the hashes
|
//Check the hashes
|
||||||
checkSignature("MD5", fileHashesMD5, Signatures.MD5);
|
checkSignature("MD5", fileHashesMD5, Signatures.MD5);
|
||||||
|
@ -142,4 +142,4 @@ class MalwareScanner extends AsyncTask<Set<File>, Object, String> {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue