mirror of
https://github.com/oxen-io/session-android.git
synced 2025-02-20 06:58:26 +00:00
fix: use AttachmentUploadJob instead of two download job keys in all types
This commit is contained in:
parent
d707433f28
commit
e7377d640f
@ -78,7 +78,7 @@ class JobQueue : JobDelegate {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
hasResumedPendingJobs = true
|
hasResumedPendingJobs = true
|
||||||
val allJobTypes = listOf(AttachmentDownloadJob.KEY,
|
val allJobTypes = listOf(AttachmentUploadJob.KEY,
|
||||||
AttachmentDownloadJob.KEY,
|
AttachmentDownloadJob.KEY,
|
||||||
MessageReceiveJob.KEY,
|
MessageReceiveJob.KEY,
|
||||||
MessageSendJob.KEY,
|
MessageSendJob.KEY,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user