mirror of
https://github.com/nextcloud/android.git
synced 2024-11-23 05:35:39 +03:00
Fix back to back download
Signed-off-by: alperozturk <alper_ozturk@proton.me>
This commit is contained in:
parent
a043144572
commit
8db5767c99
1 changed files with 1 additions and 1 deletions
|
@ -566,7 +566,7 @@ internal class BackgroundJobManagerImpl(
|
|||
.setInputData(data)
|
||||
.build()
|
||||
|
||||
workManager.enqueueUniqueWork(tag, ExistingWorkPolicy.KEEP, request)
|
||||
workManager.enqueueUniqueWork(tag, ExistingWorkPolicy.APPEND, request)
|
||||
}
|
||||
|
||||
override fun getFileUploads(user: User): LiveData<List<JobInfo>> {
|
||||
|
|
Loading…
Reference in a new issue