Garmin: Fix missing variable initialization

This commit is contained in:
José Rebelo
2025-11-22 17:43:42 +00:00
parent 9a3f7f426a
commit de716da072
@@ -62,6 +62,7 @@ public class NotificationControlMessage extends GFDIMessage {
List<NotificationsHandler.AppAttribute> appAttributes) {
this.garminMessage = garminMessage;
this.command = command;
this.notificationId = 0;
this.appIdentifier = appIdentifier;
this.appAttributes = appAttributes;