Преглед на файлове

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

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