TF-2280 Fix mark as read mailbox when token expired on mobile
Signed-off-by: dab246 <tdvu@linagora.com> (cherry picked from commit caab5a896875168f2d98c249207eb3eb537c58ec)
This commit is contained in:
@@ -3405,4 +3405,20 @@ class AppLocalizations {
|
||||
name: 'downloadAll',
|
||||
);
|
||||
}
|
||||
|
||||
String toastMessageMarkAsReadFolderAllFailure(String folderName) {
|
||||
return Intl.message(
|
||||
'Folder "$folderName" could not be marked as read',
|
||||
name: 'toastMessageMarkAsReadFolderAllFailure',
|
||||
args: [folderName]
|
||||
);
|
||||
}
|
||||
|
||||
String toastMessageMarkAsReadFolderFailureWithReason(String folderName, String reason) {
|
||||
return Intl.message(
|
||||
'Folder "$folderName" could not be marked as read. Due "$reason"',
|
||||
name: 'toastMessageMarkAsReadFolderFailureWithReason',
|
||||
args: [folderName, reason]
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user