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

Commit b39a986c authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Mark NotificationEntry.Data.key as final"

parents 608b9d53 6a5ca4f2
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;