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

This commit is contained in:
TobiGr 2023-09-18 15:52:29 +02:00 committed by Stypox
parent 60a97b0486
commit 529bdb1aae

View file

@ -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