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

Commit 27cb5670 authored by Gus Prevas's avatar Gus Prevas Committed by Android Git Automerger
Browse files

am 3d1115db: Merge "Fixes cloned notification actions missing icon." into cw-e-dev

* commit '3d1115db':
  Fixes cloned notification actions missing icon.
parents f327fd34 3d1115db
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -953,6 +953,9 @@ public class Notification implements Parcelable
        private Action(Icon icon, CharSequence title, PendingIntent intent, Bundle extras,
                RemoteInput[] remoteInputs) {
            this.mIcon = icon;
            if (icon != null && icon.getType() == Icon.TYPE_RESOURCE) {
                this.icon = icon.getResId();
            }
            this.title = title;
            this.actionIntent = intent;
            this.mExtras = extras != null ? extras : new Bundle();