mirror of
https://github.com/TeamNewPipe/NewPipe.git
synced 2024-11-22 11:02:35 +01:00
Merge pull request #10671 from Stypox/channel-main-tab-lag
Fix application lagging with many main page tabs
This commit is contained in:
commit
b3c82f54df
@ -194,7 +194,6 @@ public class MainFragment extends BaseFragment implements TabLayout.OnTabSelecte
|
|||||||
}
|
}
|
||||||
|
|
||||||
binding.pager.setAdapter(null);
|
binding.pager.setAdapter(null);
|
||||||
binding.pager.setOffscreenPageLimit(tabsList.size());
|
|
||||||
binding.pager.setAdapter(pagerAdapter);
|
binding.pager.setAdapter(pagerAdapter);
|
||||||
|
|
||||||
updateTabsIconAndDescription();
|
updateTabsIconAndDescription();
|
||||||
|
Loading…
Reference in New Issue
Block a user