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

Commit d0f20c2b authored by Julia Reynolds's avatar Julia Reynolds Committed by Android (Google) Code Review
Browse files

Merge "Null check action cloning." into nyc-mr1-dev

parents 4b7c8d0c 53c934cb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1229,7 +1229,7 @@ public class Notification implements Parcelable
                    getIcon(),
                    title,
                    actionIntent, // safe to alias
                    new Bundle(mExtras),
                    mExtras == null ? new Bundle() : new Bundle(mExtras),
                    getRemoteInputs(),
                    getAllowGeneratedReplies());
        }