Null check action cloning. am: 53c934cb75

am: f459b5ee8a

Change-Id: If1b0516f2d9fa796fa02d2a00451657dbba1ea70
This commit is contained in:
Julia Reynolds
2016-09-20 00:10:17 +00:00
committed by android-build-merger

View File

@@ -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());
}