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

Commit ef115308 authored by Mathias Agopian's avatar Mathias Agopian
Browse files

fix build. SurfaceView.setFrame needed to be hidden

Change-Id: I96b0896e24483e9b5db19c938cb6058868f34e48
parent 19058877
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -287,6 +287,7 @@ public class SurfaceView extends View {
        setMeasuredDimension(width, height);
    }
    
    /** @hide */
    @Override
    protected boolean setFrame(int left, int top, int right, int bottom) {
        boolean result = super.setFrame(left, top, right, bottom);