mirror of
https://github.com/nextcloud/android.git
synced 2024-11-23 21:55:48 +03:00
removed unnecessary line break
This commit is contained in:
parent
9d45479f0f
commit
5de19e2936
1 changed files with 0 additions and 1 deletions
|
@ -132,7 +132,6 @@ public class AdvancedFileAlterationListener implements FileAlterationListener {
|
|||
bundle.putString(AutoUploadJob.ACCOUNT, syncedFolder.getAccount());
|
||||
bundle.putInt(AutoUploadJob.UPLOAD_BEHAVIOUR, syncedFolder.getUploadAction());
|
||||
|
||||
|
||||
new JobRequest.Builder(AutoUploadJob.TAG)
|
||||
.setExecutionWindow(30_000L, 80_000L)
|
||||
.setRequiresCharging(syncedFolder.getChargingOnly())
|
||||
|
|
Loading…
Reference in a new issue