fragment内嵌recyclerview时,源码中`getCurrentScrollView()`为null , 研究了下原因是`View v = item.getView()`取到null,导致内嵌recyclerview后始终是recyclerview滑动
fragment内嵌recyclerview时,源码中
getCurrentScrollView()为null , 研究了下原因是View v = item.getView()取到null,导致内嵌recyclerview后始终是recyclerview滑动