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

Commit 723bce8a authored by Chris Wren's avatar Chris Wren Committed by Android Git Automerger
Browse files

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

* commit '47a5cb12':
  Keep deleteIntent when copying Notification attributes
parents 97267def 47a5cb12
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) {