Merge "Add the missing call to write mInputToken in SurfacePackage to parcel"
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user