Skip to content

Commit e76dc67

Browse files
author
Ruben Nine
committed
Keep track of currentOperation so we can cancel it if required.
1 parent 407ea62 commit e76dc67

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

FilestackSDK/Public/Models/MultifileUpload.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,8 @@ private extension MultifileUpload {
159159
}
160160

161161
currentStatus = .inProgress
162+
currentOperation = nextUpload
163+
162164
nextUpload.start()
163165
}
164166

0 commit comments

Comments
 (0)