mirror of https://github.com/zlatinb/muwire
account for hashing errors
parent
fe753ff978
commit
45f0736a5e
|
@ -53,6 +53,7 @@ class FilesModel {
|
|||
|
||||
void onFileHashedEvent(FileHashedEvent e) {
|
||||
guiThread.invokeLater {
|
||||
if (e.sharedFile != null)
|
||||
sharedFiles.add(e.sharedFile)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue