Merge "Null check action cloning." into nyc-mr1-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
d0f20c2bbd
@@ -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