فهرست منبع

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

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