Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e3814089 authored by Shashwat Razdan's avatar Shashwat Razdan Committed by Automerger Merge Worker
Browse files

Merge "Addressing a bug in parcelization of SmartspaceAction's bundle." into sc-dev am: 01640845

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/13585236

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I9901b5875178fe2e6360c55c45d49cd913673eb5
parents 5215ff49 01640845
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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(