fix crash on tabs, other ui fixes

This commit is contained in:
M M Arif
2019-09-14 13:20:00 +05:00
parent a78018fd08
commit efffc05a89
7 changed files with 98 additions and 98 deletions

View File

@@ -172,7 +172,7 @@ public class RepoDetailActivity extends AppCompatActivity implements RepoBottomS
public class SectionsPagerAdapter extends FragmentStatePagerAdapter {
SectionsPagerAdapter(FragmentManager fm) {
super(fm);
super(fm, BEHAVIOR_RESUME_ONLY_CURRENT_FRAGMENT);
}
@NonNull