Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
yuliskov committed Oct 25, 2020
1 parent 0d46685 commit 8a7caed
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion SharedModules
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
import android.os.Bundle;
import android.view.ViewGroup;
import androidx.annotation.Nullable;
import androidx.leanback.app.ProgressBarManager;
import com.liskovsoft.smartyoutubetv2.common.app.presenters.ChannelPresenter;
import com.liskovsoft.smartyoutubetv2.common.app.presenters.interfaces.VideoGroupPresenter;
import com.liskovsoft.smartyoutubetv2.common.app.views.ChannelView;
import com.liskovsoft.smartyoutubetv2.tv.ui.browse.video.MultipleRowsFragment;
import com.liskovsoft.smartyoutubetv2.tv.ui.mod.leanback.ProgressBarManager;

public class ChannelFragment extends MultipleRowsFragment implements ChannelView {
private static final String TAG = ChannelFragment.class.getSimpleName();
Expand Down

0 comments on commit 8a7caed

Please sign in to comment.