Move channel header to collapsible app bar

This commit is contained in:
Stypox 2023-04-13 00:00:23 +02:00
parent 7a99f4910d
commit 559a1a46e1
8 changed files with 541 additions and 673 deletions

View file

@ -433,7 +433,7 @@ public abstract class Tab {
@Override
public ChannelVideosFragment getFragment(final Context context) {
return ChannelVideosFragment.getInstance(channelServiceId, channelUrl, channelName);
return new ChannelVideosFragment(channelServiceId, channelUrl, channelName);
}
@Override