diff --git a/lib/backend/push_notification/pushNotificationService.dart b/lib/backend/push_notification/pushNotificationService.dart index ddfe887c..4c4ae5ca 100644 --- a/lib/backend/push_notification/pushNotificationService.dart +++ b/lib/backend/push_notification/pushNotificationService.dart @@ -380,6 +380,7 @@ class NotificationHandler { void _showMessageNotificationDialog( Map message, BuildContext context, Map extra) { debugPrint('Showing message notification dialog'); + debugPrint('Notification "message": $message'); showDialog( context: context, builder: (BuildContext context) {