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

Commit 01c70711 authored by Chris Wren's avatar Chris Wren Committed by Android (Google) Code Review
Browse files

Merge "Remove opPkg from the notification key."

parents f0ef1e99 e6345b51
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -87,7 +87,7 @@ public class StatusBarNotification implements Parcelable {
    }
    }


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


    public void writeToParcel(Parcel out, int flags) {
    public void writeToParcel(Parcel out, int flags) {