TF-1900 Add message for notification

(cherry picked from commit 68845f0e13b50c92cd396280ea8b5e469ad47227)
This commit is contained in:
dab246
2023-06-04 12:28:48 +07:00
committed by Dat Vu
parent b2f96c8142
commit 2a4d1b302e
@@ -247,6 +247,7 @@ class SendingEmailObserver extends WorkObserver {
LocalNotificationManager.instance.showPushNotification(
id: _sendingEmail?.sendingId ?? '',
title: LocalNotificationConfig.messageHasBeenSentSuccessfully,
message: _sendingEmail?.presentationEmail.preview
);
}
}