1、问题
NestedScrollView嵌套Recyclerview部分手机返回到这个页面Recyclerview顶部,而不是页面NestedScrollView顶部
部分布局大致如下
<androidx.core.widget.NestedScrollViewandroid:layout_width="match_parent"android:layout_height="match_parent"android:focusableInTouchMode="true"android:descendantFocusability="blocksDescendants"android:fillViewport="true"app:layout_constraintBottom_toBottomOf="parent"><LinearLayoutandroid:layout_width="match_parent"android:layout_height="match_parent"android:orientation="vertical"><androidx.recyclerview.widget.RecyclerViewandroid:id="@+id/recentGameRv"android:layout_width="match_parent&