TF-332 Persist attachments when forward email
This commit is contained in:
@@ -18,6 +18,11 @@ class UploadFileStateList {
|
||||
return this;
|
||||
}
|
||||
|
||||
UploadFileStateList addAll(List<UploadFileState> elements) {
|
||||
_uploadingStateFiles.addAll(elements);
|
||||
return this;
|
||||
}
|
||||
|
||||
UploadFileStateList updateElementBy(
|
||||
MatchedState matchedState,
|
||||
UpdateFileUploadingState updateFileUploadingState,
|
||||
|
||||
Reference in New Issue
Block a user