Null check action cloning.
am: 53c934cb75
Change-Id: I8cfdd960327c517df28eb7b00a8edac330f6b32f
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