Skip to content

Commit

Permalink
Solve git conflicts
Browse files Browse the repository at this point in the history
Signed-off-by: alperozturk <[email protected]>
  • Loading branch information
alperozturk96 committed Dec 26, 2023
1 parent c0dd04e commit ba35038
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,4 @@ class FilesDownloadIntents(private val context: Context) {
Intent()
}
}

}
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit ba35038

Please sign in to comment.