chore: Follow up notification actions

This commit is contained in:
Christian Kußowski 2025-10-03 09:14:53 +02:00
commit a88849c2db
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652
3 changed files with 103 additions and 8 deletions

View file

@ -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,
);
}
});