mirror of
https://github.com/Docile-Alligator/Infinity-For-Reddit.git
synced 2026-04-27 17:26:13 +00:00
Fixed ViewPager adapter was initialized twice in ViewUserDetailActivity and it caused eventbus registered twice to PostFragment.
This commit is contained in:
@ -117,8 +117,6 @@ public class ViewUserDetailActivity extends AppCompatActivity {
|
||||
}
|
||||
}
|
||||
|
||||
getCurrentAccountAndInitializeViewPager();
|
||||
|
||||
params = (AppBarLayout.LayoutParams) collapsingToolbarLayout.getLayoutParams();
|
||||
|
||||
//Get status bar height
|
||||
|
||||
Reference in New Issue
Block a user