|
|
@@ -184,6 +184,7 @@ public class ActVideoDetail extends BaseUMActivity {
|
|
|
@Override
|
|
|
public void onPlayError(String url, Object... objects) {
|
|
|
super.onPlayError(url, objects);
|
|
|
+ ViewUtil.setVisibility(video_loading, true);
|
|
|
File file = new File(video_url);
|
|
|
long curPosition = GSYVideoManager.instance().getCurPlayerManager().getCurrentPosition();
|
|
|
LogUtil.println("initPlay", "onPlayError", url, curPosition);
|