TF-1311: [Presentation]: Handle show toastMsg when hide mailbox
This commit is contained in:
@@ -2779,4 +2779,10 @@ class AppLocalizations {
|
||||
name: 'thisImageCannotBeAdded'
|
||||
);
|
||||
}
|
||||
|
||||
String get toastMsgHideMailboxSuccess {
|
||||
return Intl.message(
|
||||
'This mailbox has been hidden from your primary mailbox',
|
||||
name: 'toastMsgHideMailboxSuccess');
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user