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

Commit 8af711d3 authored by Jeff Hamilton's avatar Jeff Hamilton
Browse files

Attempt to fix the build.

Change-Id: I03569da7a426b17fded35a23d01586e837769836
parent 2291fe2a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -386,7 +386,7 @@ public class Surface implements Parcelable {

    @Override
    public String toString() {
        return "Surface(native-token=" + mSurface + ")";
        return "Surface(native-token=" + mSurfaceControl + ")";
    }

    private Surface(Parcel source) throws OutOfResourcesException {