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