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

Commit 83cb9cad authored by Chris Wren's avatar Chris Wren Committed by Android Git Automerger
Browse files

am 723bce8a: am 47a5cb12: am acd01ff0: Merge "Keep deleteIntent when copying...

am 723bce8a: am 47a5cb12: am acd01ff0: Merge "Keep deleteIntent when copying Notification attributes"

* commit '723bce8a':
  Keep deleteIntent when copying Notification attributes
parents 2135ce48 723bce8a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1736,6 +1736,7 @@ public class Notification implements Parcelable
        builder.setSound(this.sound, this.audioStreamType);
        builder.setDefaults(this.defaults);
        builder.setVibrate(this.vibrate);
        builder.setDeleteIntent(this.deleteIntent);

        // now apply the latestEventInfo fields
        if (contentTitle != null) {