文件布局中是smartrrefrshlayout 刷新控件中有一个列表
列表item中还有一个列表
上拉刷新之后导致recyclerView 文件错乱 向上滑动
原因是smartrrefrshlayout 刷新完成之后子列表获取了焦点
解决方法
外层recyclerview 父布局中添加两行代码
android:focusable=“true”
android:focusableInTouchMode=“true
文件布局中是smartrrefrshlayout 刷新控件中有一个列表
列表item中还有一个列表
上拉刷新之后导致recyclerView 文件错乱 向上滑动
原因是smartrrefrshlayout 刷新完成之后子列表获取了焦点
解决方法
外层recyclerview 父布局中添加两行代码
android:focusable=“true”
android:focusableInTouchMode=“true