feat: remove colorful refreshLayout from ProfileFragment

This commit is contained in:
LucasGGamerM
2023-06-04 16:02:50 -03:00
parent 22f9e941aa
commit ac8b950893

View File

@@ -537,7 +537,7 @@ public class ProfileFragment extends LoaderFragment implements OnBackPressedList
toolbarTitleView.setTranslationY(titleTransY); toolbarTitleView.setTranslationY(titleTransY);
toolbarSubtitleView.setTranslationY(titleTransY); toolbarSubtitleView.setTranslationY(titleTransY);
} }
RecyclerFragment.setRefreshLayoutColors(refreshLayout); // RecyclerFragment.setRefreshLayoutColors(refreshLayout);
} }
@Override @Override