Commit a54f04c1 authored by jyx's avatar jyx

代码优化

parent 809a56d2
...@@ -216,7 +216,6 @@ public class TXVideoBaseView extends RelativeLayout implements View.OnClickListe ...@@ -216,7 +216,6 @@ public class TXVideoBaseView extends RelativeLayout implements View.OnClickListe
public void startPlay() { public void startPlay() {
if (mTXVodPlayerWrapper != null) { if (mTXVodPlayerWrapper != null) {
mIvCover.setVisibility(GONE);
mPauseImageView.setVisibility(View.GONE); mPauseImageView.setVisibility(View.GONE);
mTXVodPlayerWrapper.setVodChangeListener(this); mTXVodPlayerWrapper.setVodChangeListener(this);
mTXVodPlayerWrapper.resumePlay(); mTXVodPlayerWrapper.resumePlay();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment