TF-1631 Handle session on background message
(cherry picked from commit 78e7c362beb783efd3894a929345ed84ffcd6404)
This commit is contained in:
+3
@@ -131,6 +131,9 @@ class LocalNotificationManager {
|
||||
EmailAddress? emailAddress,
|
||||
String? payload
|
||||
}) async {
|
||||
if (!_notificationsEnabled) {
|
||||
return;
|
||||
}
|
||||
final inboxStyleInformation = InboxStyleInformation(
|
||||
[message?.addBlockTag('p', attribute: 'style="color:#6D7885;"') ?? ''],
|
||||
htmlFormatLines: true,
|
||||
|
||||
Reference in New Issue
Block a user