Null check action cloning.
Bug: 31275706 Change-Id: I7f8c14a5863d2f787b9090ef740e80ce0c4b9335
This commit is contained in:
@@ -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());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user