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

Commit e6345b51 authored by Chris Wren's avatar Chris Wren
Browse files

Remove opPkg from the notification key.

Change-Id: Iadff2dbeb3c9ec69837d3b6e763f24d687ee368b
parent c806d539
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -87,7 +87,7 @@ public class StatusBarNotification implements Parcelable {
    }

    private String key() {
        return pkg + '|' + opPkg + '|' + id + '|' + tag + '|' + uid;
        return pkg + '|' + id + '|' + tag + '|' + uid;
    }

    public void writeToParcel(Parcel out, int flags) {