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

Commit 7db32da5 authored by Tracy Zhou's avatar Tracy Zhou Committed by Android (Google) Code Review
Browse files

Merge "Add the missing call to write mInputToken in SurfacePackage to parcel"

parents 3693be0b 2a4594ec
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -115,6 +115,7 @@ public class SurfaceControlViewHost {
        public void writeToParcel(@NonNull Parcel out, int flags) {
            mSurfaceControl.writeToParcel(out, flags);
            out.writeStrongBinder(mAccessibilityEmbeddedConnection.asBinder());
            out.writeStrongBinder(mInputToken);
        }

        /**