mirror of
https://github.com/oxen-io/session-android.git
synced 2025-08-12 03:27:42 +00:00
fix: use AttachmentUploadJob instead of two download job keys in all types
This commit is contained in:
@@ -78,7 +78,7 @@ class JobQueue : JobDelegate {
|
||||
return
|
||||
}
|
||||
hasResumedPendingJobs = true
|
||||
val allJobTypes = listOf(AttachmentDownloadJob.KEY,
|
||||
val allJobTypes = listOf(AttachmentUploadJob.KEY,
|
||||
AttachmentDownloadJob.KEY,
|
||||
MessageReceiveJob.KEY,
|
||||
MessageSendJob.KEY,
|
||||
|
Reference in New Issue
Block a user