Skip to content

Commit

Permalink
Add workaround for RamiJ3mli#15
Browse files Browse the repository at this point in the history
  • Loading branch information
koral-- committed Jun 3, 2020
1 parent 499e0cd commit 5a6836b
Showing 1 changed file with 0 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -169,17 +169,6 @@ protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) {
setMeasuredDimension(w, h);
}

@Override
protected void onDetachedFromWindow() {
super.onDetachedFromWindow();
renderer.destroy();
renderer = null;

if (onProgressChangeListener != null) {
onProgressChangeListener = null;
}
}

@Override
protected void onDraw(Canvas canvas) {
super.onDraw(canvas);
Expand Down

0 comments on commit 5a6836b

Please sign in to comment.