Browse Source

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

Pq 2 years ago
parent
commit
489da34b3b

+ 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();