Commit 041b120f authored by jyx's avatar jyx

代码优化

parent 392fad80
......@@ -199,7 +199,7 @@ public class SuperShortVideoView extends RelativeLayout {
}
public void resume() {
if (mBaseItemView != null) {
if (mBaseItemView != null && !isLuckPosition(mCurrentPosition) && !isAdPosition(mCurrentPosition)) {
mBaseItemView.startPlay();
}
}
......
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