1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2025-11-01 15:52:59 +00:00

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 57eaa1bbe1
commit 64da7a06c0

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