提交 fa4c4758 编写于 作者: S shuyu

fix #1927

上级 b3592f85
......@@ -563,6 +563,14 @@ public class StandardGSYVideoPlayer extends GSYVideoPlayer {
updateStartImage();
}
@Override
protected void onDetachedFromWindow() {
super.onDetachedFromWindow();
dismissVolumeDialog();
dismissBrightnessDialog();
}
/**
* 触摸进度dialog的layoutId
* 继承后重写可返回自定义
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册