mirror of
https://github.com/Docile-Alligator/Infinity-For-Reddit.git
synced 2026-03-07 08:19:09 +00:00
Minor bugs fixed.
This commit is contained in:
@ -362,8 +362,7 @@ public class CustomThemeListingActivity extends BaseActivity implements
|
||||
@Override
|
||||
public Fragment createFragment(int position) {
|
||||
if (position == 0) {
|
||||
CustomThemeListingFragment fragment = new CustomThemeListingFragment();
|
||||
return fragment;
|
||||
return new CustomThemeListingFragment();
|
||||
}
|
||||
CustomThemeListingFragment fragment = new CustomThemeListingFragment();
|
||||
Bundle bundle = new Bundle();
|
||||
|
||||
@ -50,6 +50,7 @@
|
||||
<androidx.viewpager2.widget.ViewPager2
|
||||
android:id="@+id/account_saved_thing_view_pager_2"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent" />
|
||||
android:layout_height="match_parent"
|
||||
app:layout_behavior="@string/appbar_scrolling_view_behavior" />
|
||||
|
||||
</androidx.coordinatorlayout.widget.CoordinatorLayout>
|
||||
Reference in New Issue
Block a user