소스 검색

优化下学生端首页滚动逻辑

Pq 2 년 전
부모
커밋
489da34b3b
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. 0 4
      student/src/main/java/com/cooleshow/student/ui/main/NewHomeFragment.java

+ 0 - 4
student/src/main/java/com/cooleshow/student/ui/main/NewHomeFragment.java

@@ -168,10 +168,6 @@ public class NewHomeFragment extends BaseMVPFragment<FragmentNewHomeLayoutBindin
         mViewBinding.rvVideoCourse.addItemDecoration(videoListItemDecoration);
         mViewBinding.rvVideoCourse.setAdapter(mHomeVideoCourseAdapter);
 
-        mViewBinding.recyclerviewRecommendTalent.setNestedScrollingEnabled(false);
-        mViewBinding.rvHotTrack.setNestedScrollingEnabled(false);
-        mViewBinding.rvHotAlbum.setNestedScrollingEnabled(false);
-        mViewBinding.rvVideoCourse.setNestedScrollingEnabled(false);
 
         ArrayList<Fragment> bottomFragments = new ArrayList<>();
         mTalentStyleFragment = new TalentStyleFragment();