mirror of
https://github.com/nextcloud/android.git
synced 2024-11-28 02:17:43 +03:00
resolve format violations in kotlin files
Signed-off-by: Jonas Mayer <jonas.a.mayer@gmx.net>
This commit is contained in:
parent
70685974f3
commit
3cf0271e8f
3 changed files with 4 additions and 11 deletions
|
@ -78,8 +78,6 @@ class FilesUploadWorker(
|
|||
private val fileUploaderDelegate = FileUploaderDelegate()
|
||||
private var currentUploadFileOperation: UploadFileOperation? = null
|
||||
|
||||
|
||||
|
||||
override fun doWork(): Result {
|
||||
val accountName = inputData.getString(ACCOUNT)
|
||||
if (accountName.isNullOrEmpty()) {
|
||||
|
@ -190,7 +188,6 @@ class FilesUploadWorker(
|
|||
// cancel notification
|
||||
notificationManager.cancel(FOREGROUND_SERVICE_ID)
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
return uploadResult
|
||||
|
|
|
@ -83,10 +83,6 @@ class FilesUploadHelper {
|
|||
backgroundJobManager.startFilesUploadJob(user)
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
fun uploadUpdatedFile(
|
||||
user: User,
|
||||
existingFiles: Array<OCFile>,
|
||||
|
|
Loading…
Reference in a new issue