Update CustomLiveGridView.java

pull/123/head
FongMi 4 years ago
parent 9e7137dd54
commit ea9ab86ab7
  1. 1
      app/src/leanback/java/com/fongmi/android/tv/ui/custom/CustomLiveGridView.java

@ -37,7 +37,6 @@ public class CustomLiveGridView extends VerticalGridView {
if (getSelectedPosition() != getAdapter().getItemCount() - 1) return;
if (getId() == R.id.channel) setSelectedPosition(0);
else listener.nextGroup();
}
private void moveBottom() {

Loading…
Cancel
Save