mirror of
https://github.com/oxen-io/session-android.git
synced 2025-12-29 03:06:52 +00:00
Move responsibility for Context injection out of JavaSerializer.
// FREEBIE
This commit is contained in:
@@ -79,7 +79,7 @@ public class ApplicationContext extends Application implements DependencyInjecto
|
||||
this.jobManager = JobManager.newBuilder(this)
|
||||
.withName("TextSecureJobs")
|
||||
.withDependencyInjector(this)
|
||||
.withJobSerializer(new EncryptingJobSerializer(this))
|
||||
.withJobSerializer(new EncryptingJobSerializer())
|
||||
.withRequirementProviders(new MasterSecretRequirementProvider(this),
|
||||
new ServiceRequirementProvider(this),
|
||||
new NetworkRequirementProvider(this))
|
||||
|
||||
Reference in New Issue
Block a user