Solve git conflicts

Signed-off-by: alperozturk <alper_ozturk@proton.me>
This commit is contained in:
alperozturk 2023-12-21 14:50:00 +01:00 committed by Alper Öztürk
parent 180dec7746
commit d8f00fa41c
2 changed files with 0 additions and 12 deletions

View file

@ -80,5 +80,4 @@ class FilesDownloadIntents(private val context: Context) {
Intent()
}
}
}

View file

@ -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,