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

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

Null check action cloning.

am: 53c934cb

Change-Id: I8cfdd960327c517df28eb7b00a8edac330f6b32f
parents 0c2d51c0 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());
        }