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

Commit 7930b5bc authored by Mathias Agopian's avatar Mathias Agopian Committed by Android Git Automerger
Browse files

am 722665c5: am ef115308: fix build. SurfaceView.setFrame needed to be hidden

Merge commit '722665c5'

* commit '722665c5':
  fix build. SurfaceView.setFrame needed to be hidden
parents 40e82899 722665c5
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);