🐛 Bug fixes on upload attachment
This commit is contained in:
parent
3d45b54236
commit
dfe9165bc9
@ -138,9 +138,7 @@ class AttachmentUploaderController extends GetxController {
|
||||
queueOfUpload[idx].isCompleted = true;
|
||||
}
|
||||
|
||||
queueOfUpload.value = queueOfUpload
|
||||
.where((x) => x.error == null && x.isCompleted)
|
||||
.toList(growable: true);
|
||||
queueOfUpload.removeWhere((x) => x.error == null);
|
||||
_stopProgressSyncTimer();
|
||||
_syncProgress();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user