TF-3487 Handle get mailbox failure
This commit is contained in:
@@ -232,6 +232,7 @@ class MailboxController extends BaseMailboxController
|
||||
(failure) {
|
||||
if (failure is GetAllMailboxFailure) {
|
||||
mailboxDashBoardController.updateRefreshAllMailboxState(Left(RefreshAllMailboxFailure()));
|
||||
showRetryToast(failure);
|
||||
}
|
||||
},
|
||||
(success) {
|
||||
|
||||
Reference in New Issue
Block a user