Merge pull request #10671 from Stypox/channel-main-tab-lag

Fix application lagging with many main page tabs
This commit is contained in:
Stypox 2023-12-21 22:28:59 +01:00 committed by GitHub
commit b3c82f54df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -194,7 +194,6 @@ public class MainFragment extends BaseFragment implements TabLayout.OnTabSelecte
}
binding.pager.setAdapter(null);
binding.pager.setOffscreenPageLimit(tabsList.size());
binding.pager.setAdapter(pagerAdapter);
updateTabsIconAndDescription();