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

Commit 01640845 authored by Shashwat Razdan's avatar Shashwat Razdan Committed by Android (Google) Code Review
Browse files

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

parents 65877abd 70e0b0cb
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(