Skip to content

Commit

Permalink
Merge pull request #10671 from Stypox/channel-main-tab-lag
Browse files Browse the repository at this point in the history
Fix application lagging with many main page tabs
  • Loading branch information
Stypox authored Dec 21, 2023
2 parents 77fa4bb + c0f8d14 commit b3c82f5
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,6 @@ private void setupTabs() {
}

binding.pager.setAdapter(null);
binding.pager.setOffscreenPageLimit(tabsList.size());
binding.pager.setAdapter(pagerAdapter);

updateTabsIconAndDescription();
Expand Down

0 comments on commit b3c82f5

Please sign in to comment.