TF-1900 Add message for notification
(cherry picked from commit 68845f0e13b50c92cd396280ea8b5e469ad47227)
This commit is contained in:
@@ -247,6 +247,7 @@ class SendingEmailObserver extends WorkObserver {
|
|||||||
LocalNotificationManager.instance.showPushNotification(
|
LocalNotificationManager.instance.showPushNotification(
|
||||||
id: _sendingEmail?.sendingId ?? '',
|
id: _sendingEmail?.sendingId ?? '',
|
||||||
title: LocalNotificationConfig.messageHasBeenSentSuccessfully,
|
title: LocalNotificationConfig.messageHasBeenSentSuccessfully,
|
||||||
|
message: _sendingEmail?.presentationEmail.preview
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user