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

Commit acd01ff0 authored by Chris Wren's avatar Chris Wren Committed by Gerrit Code Review
Browse files

Merge "Keep deleteIntent when copying Notification attributes"

parents 71c5d62d 6ae0b1b2
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -1646,6 +1646,7 @@ public class Notification implements Parcelable
        builder.setSound(this.sound, this.audioStreamType);
        builder.setSound(this.sound, this.audioStreamType);
        builder.setDefaults(this.defaults);
        builder.setDefaults(this.defaults);
        builder.setVibrate(this.vibrate);
        builder.setVibrate(this.vibrate);
        builder.setDeleteIntent(this.deleteIntent);


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