Addressing a bug in parcelization of SmartspaceAction's bundle.

Bug: 176851064
Test: Manual
Change-Id: I22df17f6c521aabc41f65507225431db1d27c9fa
This commit is contained in:
Shashwat Razdan
2021-02-16 13:36:39 -08:00
parent 66d8f10f6e
commit 70e0b0cb35

View File

@@ -89,7 +89,7 @@ public final class SmartspaceAction implements Parcelable {
mPendingIntent = in.readTypedObject(PendingIntent.CREATOR);
mIntent = in.readTypedObject(Intent.CREATOR);
mUserHandle = in.readTypedObject(UserHandle.CREATOR);
mExtras = in.readTypedObject(Bundle.CREATOR);
mExtras = in.readBundle();
}
private SmartspaceAction(