chore: Follow up notification actions
This commit is contained in:
parent
40bd7eed91
commit
a88849c2db
3 changed files with 103 additions and 8 deletions
|
|
@ -89,6 +89,7 @@ class BackgroundPush {
|
|||
NotificationResponseJson.fromJsonString(message),
|
||||
client: client,
|
||||
router: FluffyChatApp.router,
|
||||
l10n: l10n,
|
||||
);
|
||||
} catch (e, s) {
|
||||
Logs().wtf('Main Notification Tap crashed', e, s);
|
||||
|
|
@ -105,6 +106,7 @@ class BackgroundPush {
|
|||
response,
|
||||
client: client,
|
||||
router: FluffyChatApp.router,
|
||||
l10n: l10n,
|
||||
),
|
||||
onDidReceiveBackgroundNotificationResponse: notificationTapBackground,
|
||||
);
|
||||
|
|
@ -313,6 +315,7 @@ class BackgroundPush {
|
|||
response,
|
||||
client: client,
|
||||
router: FluffyChatApp.router,
|
||||
l10n: l10n,
|
||||
);
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue