mirror of
https://github.com/nextcloud/android.git
synced 2024-11-26 23:28:42 +03:00
Solve git conflicts
Signed-off-by: alperozturk <alper_ozturk@proton.me>
This commit is contained in:
parent
180dec7746
commit
d8f00fa41c
2 changed files with 0 additions and 12 deletions
|
@ -80,5 +80,4 @@ class FilesDownloadIntents(private val context: Context) {
|
|||
Intent()
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
@ -266,17 +266,6 @@ class BackgroundJobFactory @Inject constructor(
|
|||
)
|
||||
}
|
||||
|
||||
private fun createFilesDownloadWorker(context: Context, params: WorkerParameters): FilesDownloadWorker {
|
||||
return FilesDownloadWorker(
|
||||
viewThemeUtils.get(),
|
||||
accountManager,
|
||||
uploadsStorageManager,
|
||||
localBroadcastManager.get(),
|
||||
context,
|
||||
params
|
||||
)
|
||||
}
|
||||
|
||||
private fun createPDFGenerateWork(context: Context, params: WorkerParameters): GeneratePdfFromImagesWork {
|
||||
return GeneratePdfFromImagesWork(
|
||||
appContext = context,
|
||||
|
|
Loading…
Reference in a new issue