Avoids to refresh some tabs when showing account

This commit is contained in:
stom79 2017-11-02 08:24:29 +01:00
parent a541449a98
commit 6f81606b20
1 changed files with 1 additions and 0 deletions

View File

@ -199,6 +199,7 @@ public class ShowAccountActivity extends AppCompatActivity implements OnPostActi
tabLayout.addTab(tabLayout.newTab().setText(getString(R.string.followers)));
mPager = findViewById(R.id.account_viewpager);
mPager.setOffscreenPageLimit(3);
PagerAdapter mPagerAdapter = new ScreenSlidePagerAdapter(getSupportFragmentManager());
mPager.setAdapter(mPagerAdapter);