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

Commit 89173504 authored by Mady Mellor's avatar Mady Mellor Committed by Automerger Merge Worker
Browse files

Merge "Allow flags to be set on BubbleInfo" into udc-qpr-dev am: 2689c4ec am: 4ddb009e

parents 57b62c94 4ddb009e
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -129,6 +129,11 @@ public class BubbleInfo implements Parcelable {
        return (mFlags & Notification.BubbleMetadata.FLAG_SUPPRESS_NOTIFICATION) != 0;
    }

    /** Sets the flags for this bubble. */
    public void setFlags(int flags) {
        mFlags = flags;
    }

    @Override
    public boolean equals(Object o) {
        if (this == o) return true;