mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-08-14 01:03:28 +01:00
Improve reconcilliation precondition.
This commit is contained in:
+1
-1
@@ -143,7 +143,7 @@ class ArchiveAttachmentReconciliationJob private constructor(
|
||||
return Result.success()
|
||||
}
|
||||
|
||||
if (!AppDependencies.jobManager.areQueuesEmpty(UploadAttachmentToArchiveJob.QUEUES)) {
|
||||
if (!AppDependencies.jobManager.areQueuesEmpty(UploadAttachmentToArchiveJob.QUEUES + ArchiveThumbnailUploadJob.QUEUES)) {
|
||||
Log.i(TAG, "There are still uploads in progress. Retrying later.")
|
||||
return Result.retry(defaultBackoff())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user