Auto next when end

pull/123/head
FongMi 3 years ago
parent 4f47050092
commit 03965a34da
  1. 1
      app/src/leanback/java/com/fongmi/android/tv/ui/activity/LiveActivity.java

@ -536,6 +536,7 @@ public class LiveActivity extends BaseActivity implements GroupPresenter.OnClick
TrackSelectionDialog.setVisible(mPlayers.exo(), mControl.tracks);
break;
case Player.STATE_ENDED:
onKeyDown();
break;
default:
if (!event.isRetry() || mPlayers.addRetry() > 2) onError();

Loading…
Cancel
Save