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 21, 2023
1 parent 4bfcfb7 commit ae39d1a
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 ae39d1a

Please sign in to comment.