TF-3077 Remove stacktrace from error toast
This commit is contained in:
+1
-2
@@ -1448,9 +1448,8 @@ class MailboxDashBoardController extends ReloadableController with UserSettingPo
|
||||
if (currentOverlayContext != null && currentContext != null) {
|
||||
appToast.showToastErrorMessage(
|
||||
currentOverlayContext!,
|
||||
AppLocalizations.of(currentContext!).toastMessageMarkAsReadFolderFailureWithReason(
|
||||
AppLocalizations.of(currentContext!).toastMessageMarkAsReadFolderAllFailure(
|
||||
failure.mailboxDisplayName,
|
||||
failure.exception.toString()
|
||||
)
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user