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