Fixed flickering when resizing
This commit is contained in:
parent
fbb5f28737
commit
d42330bc7e
|
@ -109,8 +109,6 @@ public class AspectRatioVideoView extends VideoView {
|
|||
public void setAvailableSize(float width, float height) {
|
||||
mAvailableWidth = width;
|
||||
mAvailableHeight = height;
|
||||
requestLayout();
|
||||
invalidate();
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue