Skip to content

Commit

Permalink
TF-3189 fixed duplicated call for refresh mailbox (fixup for commit 4…
Browse files Browse the repository at this point in the history
  • Loading branch information
florentos17 committed Nov 28, 2024
1 parent a824677 commit bccb2af
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/features/mailbox/presentation/mailbox_controller.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1414,11 +1414,6 @@ class MailboxController extends BaseMailboxController with MailboxActionHandlerM
? AppLocalizations.of(currentContext!).toastMessageAllowSubaddressingSuccess
: AppLocalizations.of(currentContext!).toastMessageDisallowSubaddressingSuccess,
);

_refreshMailboxChanges(
currentMailboxState: success.currentMailboxState,
properties: MailboxConstants.propertiesDefault
);
}

void _mailboxListScrollControllerListener() {
Expand Down

0 comments on commit bccb2af

Please sign in to comment.