Fix previous ActionBar title visible for a few miliseconds when opening ChannelFragment

This commit is contained in:
TobiGr
2023-09-18 23:22:32 +02:00
committed by Stypox
parent 57eaa1bbe1
commit 64da7a06c0
@@ -146,6 +146,7 @@ public class ChannelFragment extends BaseStateFragment<ChannelInfo>
binding.viewPager.setAdapter(tabAdapter);
binding.tabLayout.setupWithViewPager(binding.viewPager);
setTitle(name);
binding.channelTitleView.setText(name);
if (!PicassoHelper.getShouldLoadImages()) {
// do not waste space for the banner if it is not going to be loaded