Skip to content

Commit 6c19067

Browse files
wip
Signed-off-by: tobiasKaminsky <[email protected]>
1 parent 8480571 commit 6c19067

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/main/java/com/nextcloud/client/jobs/FilesUploadWorker.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ class FilesUploadWorker(
111111
for (upload in uploads) {
112112
// create upload file operation
113113
if (user.isPresent) {
114+
// TODO if any pending upload has quota exceeded or user disabled, try this before starting all!
114115
if (upload.lastResult == UploadResult.QUOTA_EXCEEDED) {
115116
val client = factory.getNextcloudClientFor(user.get().toOwnCloudAccount(), context)
116117
val userInfo = GetUserInfoRemoteOperation().execute(client)

0 commit comments

Comments
 (0)