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

Commit 3076624a authored by Julia Reynolds's avatar Julia Reynolds Committed by android-build-merger
Browse files

Null check action cloning. am: 53c934cb am: f459b5ee

am: 775feb1c

Change-Id: Ib47c6ed1f1201781771232f5f576a59788e8595f
parents c34e46fc 775feb1c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1233,7 +1233,7 @@ public class Notification implements Parcelable
                    getIcon(),
                    title,
                    actionIntent, // safe to alias
                    new Bundle(mExtras),
                    mExtras == null ? new Bundle() : new Bundle(mExtras),
                    getRemoteInputs(),
                    getAllowGeneratedReplies());
        }