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

Commit ff8dbe52 authored by Christoph Studer's avatar Christoph Studer
Browse files

Add userId to StatusBarNotification key

Change-Id: Id2db95ec128b364c8a7df1272b2ee3144e3da3de
parent 36c492cf
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 + '|' + id + '|' + tag + '|' + uid;
        return user.getIdentifier() + "|" + pkg + "|" + id + "|" + tag + "|" + uid;
    }

    public void writeToParcel(Parcel out, int flags) {