Fixed flickering when resizing

This commit is contained in:
ByteHamster 2018-01-06 13:35:56 +01:00
parent fbb5f28737
commit d42330bc7e
1 changed files with 0 additions and 2 deletions

View File

@ -109,8 +109,6 @@ public class AspectRatioVideoView extends VideoView {
public void setAvailableSize(float width, float height) {
mAvailableWidth = width;
mAvailableHeight = height;
requestLayout();
invalidate();
}
}