mirror of https://github.com/zlatinb/muwire
fix npe
parent
c210af7870
commit
85466a8e80
|
@ -43,6 +43,7 @@ public class DownloadManager {
|
||||||
I2PConnector connector, File home, Persona me) {
|
I2PConnector connector, File home, Persona me) {
|
||||||
this.eventBus = eventBus
|
this.eventBus = eventBus
|
||||||
this.trustService = trustService
|
this.trustService = trustService
|
||||||
|
this.meshManager = meshManager
|
||||||
this.muSettings = muSettings
|
this.muSettings = muSettings
|
||||||
this.connector = connector
|
this.connector = connector
|
||||||
this.incompletes = new File(home,"incompletes")
|
this.incompletes = new File(home,"incompletes")
|
||||||
|
|
Loading…
Reference in New Issue