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

Commit 47a5cb12 authored by Chris Wren's avatar Chris Wren Committed by Android Git Automerger
Browse files

am acd01ff0: Merge "Keep deleteIntent when copying Notification attributes"

* commit 'acd01ff0':
  Keep deleteIntent when copying Notification attributes
parents 850cdbe5 acd01ff0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1646,6 +1646,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) {