TF-2189 Only store email to sending queue when offline on iOS
Signed-off-by: dab246 <tdvu@linagora.com> (cherry picked from commit 0dd22e5c3d300573b13d43fbfe50fc1622e2ab13)
This commit is contained in:
@@ -3368,4 +3368,18 @@ class AppLocalizations {
|
||||
name: 'textSize'
|
||||
);
|
||||
}
|
||||
|
||||
String get messageDialogOfflineModeOnIOS {
|
||||
return Intl.message(
|
||||
'The message will be in Sending Queue. You can try again when being online.',
|
||||
name: 'messageDialogOfflineModeOnIOS'
|
||||
);
|
||||
}
|
||||
|
||||
String get bannerMessageSendingQueueViewOnIOS {
|
||||
return Intl.message(
|
||||
'Messages in the Send Queue mailbox can be sent while online.',
|
||||
name: 'bannerMessageSendingQueueViewOnIOS'
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user