This commit is contained in:
2026-04-23 03:49:36 +02:00
parent 3f3fb3d5d0
commit 9b253dd545

View File

@@ -169,6 +169,10 @@ void _handleNotificationNavigation(Map<String, dynamic> data) {
switch (command) {
case 'ALERT':
// TODO(backend): include `alertType` in the push payload so we can deep-link
// to the filtered feed via `${AppRoutes.deviceNotifications}?type=<alertType>`
// and have NotificationsScreen pre-select `notificationsFilterProvider`.
// Until then, land on the category picker ("all").
appRouter.go(AppRoutes.deviceNotifications);
default:
debugPrint('[Notification] unhandled command: $command');