Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6a5ca4f2 authored by Ned Burns's avatar Ned Burns
Browse files

Mark NotificationEntry.Data.key as final

Test: atest

Change-Id: I953e44a892f6cf0355cc26fd1522c80f65fd95b0
parent 583ca98e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -90,7 +90,7 @@ public class NotificationData {
        private static final long INITIALIZATION_DELAY = 400;
        private static final long NOT_LAUNCHED_YET = -LAUNCH_COOLDOWN;
        private static final int COLOR_INVALID = 1;
        public String key;
        public final String key;
        public StatusBarNotification notification;
        public NotificationChannel channel;
        public long lastAudiblyAlertedMs;