mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2026-07-31 07:44:24 +02:00
Garmin: Fix missing variable initialization
This commit is contained in:
+1
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user