TF-1626 Remove id of email when call Email/set method
(cherry picked from commit ce1d27d893fd406aa812d4e4ea9debe1ec265ddb)
This commit is contained in:
@@ -136,7 +136,7 @@ class EmailChangeListener extends ChangeListener {
|
||||
final notificationPayload = NotificationPayload(emailId: presentationEmail.id);
|
||||
log('EmailChangeListener::_showLocalNotification():notificationPayload: $notificationPayload');
|
||||
LocalNotificationManager.instance.showPushNotification(
|
||||
id: presentationEmail.id.id.value,
|
||||
id: presentationEmail.id?.id.value ?? '',
|
||||
title: presentationEmail.subject ?? '',
|
||||
message: presentationEmail.preview,
|
||||
emailAddress: presentationEmail.from?.first,
|
||||
|
||||
Reference in New Issue
Block a user