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

Commit e30b9ce2 authored by Jeff Hamilton's avatar Jeff Hamilton Committed by Nick Kralevich
Browse files

Attempt to fix the build.

parent 81cd2e90
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 {