From 8a7caed8c497ce8351826c61293a372b81613234 Mon Sep 17 00:00:00 2001 From: Yuriy Liskov Date: Mon, 26 Oct 2020 01:49:32 +0200 Subject: [PATCH] refactor --- MediaServiceCore | 2 +- SharedModules | 2 +- .../smartyoutubetv2/tv/ui/channel/ChannelFragment.java | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/MediaServiceCore b/MediaServiceCore index 9755e1ecb0..8a0c146790 160000 --- a/MediaServiceCore +++ b/MediaServiceCore @@ -1 +1 @@ -Subproject commit 9755e1ecb0de37b7237741ecd676ea4bec8d9d73 +Subproject commit 8a0c146790a628d4ec175b1df443e89ead2085a7 diff --git a/SharedModules b/SharedModules index c9f8a8552a..776e9bfb5d 160000 --- a/SharedModules +++ b/SharedModules @@ -1 +1 @@ -Subproject commit c9f8a8552a887273a5c3a82e5f3759d6c5d537c3 +Subproject commit 776e9bfb5d5a91a702f5430f62e33c241300d595 diff --git a/smarttubetv/src/main/java/com/liskovsoft/smartyoutubetv2/tv/ui/channel/ChannelFragment.java b/smarttubetv/src/main/java/com/liskovsoft/smartyoutubetv2/tv/ui/channel/ChannelFragment.java index 40d7223730..592b7d6b6f 100644 --- a/smarttubetv/src/main/java/com/liskovsoft/smartyoutubetv2/tv/ui/channel/ChannelFragment.java +++ b/smarttubetv/src/main/java/com/liskovsoft/smartyoutubetv2/tv/ui/channel/ChannelFragment.java @@ -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();