feat: remove colorful refreshLayout from ProfileFragment

This commit is contained in:
LucasGGamerM 2023-06-04 16:02:50 -03:00
parent 22f9e941aa
commit ac8b950893
1 changed files with 1 additions and 1 deletions

View File

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