Fix some code smells

This commit is contained in:
Stypox 2023-04-14 11:00:01 +02:00
parent fc402a8742
commit b900ddaadf
2 changed files with 6 additions and 8 deletions

View file

@ -15,7 +15,6 @@ import org.schabi.newpipe.extractor.ListExtractor;
import org.schabi.newpipe.extractor.channel.ChannelTabInfo;
import org.schabi.newpipe.extractor.linkhandler.ListLinkHandler;
import org.schabi.newpipe.fragments.list.BaseListInfoFragment;
import org.schabi.newpipe.util.Constants;
import org.schabi.newpipe.util.ExtractorHelper;
import icepick.State;
@ -23,12 +22,8 @@ import io.reactivex.rxjava3.core.Single;
public class ChannelTabFragment extends BaseListInfoFragment<InfoItem, ChannelTabInfo> {
@State
protected int serviceId = Constants.NO_SERVICE_ID;
@State
protected ListLinkHandler tabHandler;
@State
protected String channelName;