Update LivePlayActivity.java

pull/91/head
Roinlong 3 years ago committed by GitHub
parent 377e292276
commit 5f785e0727
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      app/src/main/java/com/github/tvbox/osc/ui/activity/LivePlayActivity.java

@ -192,8 +192,6 @@ public class LivePlayActivity extends BaseActivity {
objectAnimator.setRepeatCount(-1); objectAnimator.setRepeatCount(-1);
objectAnimator.start(); objectAnimator.start();
initVideoView(); initVideoView();
initChannelGroupView(); initChannelGroupView();
initLiveChannelView(); initLiveChannelView();
@ -1313,4 +1311,4 @@ public class LivePlayActivity extends BaseActivity {
} }
return true; return true;
} }
} }

Loading…
Cancel
Save