diff --git a/lib/backend/push_notification/pushNotificationService.dart b/lib/backend/push_notification/pushNotificationService.dart index 720e2089..bf9692e3 100644 --- a/lib/backend/push_notification/pushNotificationService.dart +++ b/lib/backend/push_notification/pushNotificationService.dart @@ -292,10 +292,10 @@ class NotificationHandler { return Dialog( backgroundColor: Colors.transparent, child: VisitRequestTemplateComponentWidget( - name: message['nomevisita'] ?? 'Unknown', - reason: message['motivo'] ?? 'Unknown', - message: message['mensagem'] ?? 'Unknown', - document: message['documento'] ?? 'Unknown', + vteName: message['nomevisita'] ?? 'Unknown', + vteReason: message['motivo'] ?? 'Unknown', + vteMsg: message['mensagem'] ?? 'Unknown', + vteDocument: message['documento'] ?? 'Unknown', ), ); },