TF-3385 Revert undo operation handling

This commit is contained in:
DatDang
2025-01-03 17:00:50 +07:00
committed by Dat H. Pham
parent ee63f239e7
commit db0f26f241
2 changed files with 0 additions and 6 deletions
@@ -253,7 +253,6 @@ class MailboxDashBoardController extends ReloadableController
StreamSubscription? _pendingSharedFileInfoSubscription;
StreamSubscription? _receivingFileSharingStreamSubscription;
StreamSubscription? _currentEmailIdInNotificationIOSStreamSubscription;
List<PresentationEmail> emailsToBeUndo = [];
final StreamController<Either<Failure, Success>> _progressStateController =
StreamController<Either<Failure, Success>>.broadcast();