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

Commit 775feb1c authored by Julia Reynolds's avatar Julia Reynolds Committed by android-build-merger
Browse files

Null check action cloning. am: 53c934cb

am: f459b5ee

Change-Id: If1b0516f2d9fa796fa02d2a00451657dbba1ea70
parents 3943e5cd f459b5ee
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());
        }