fix: 修复楼中楼弹出界面下拉异常

This commit is contained in:
HuanCheng65 2022-04-10 11:53:41 +08:00
parent e2578b6a28
commit bc335cb889
2 changed files with 1 additions and 1 deletions

View File

@ -186,6 +186,7 @@ class FloorFragment : BaseBottomSheetDialogFragment() {
if (jump) {
mLayoutManager!!.scrollToPositionWithOffset(1, 0)
}
refreshLayout.setEnableRefresh(false)
}
})
}

View File

@ -36,7 +36,6 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
app:srlDragRate="0.8"
app:srlEnableNestedScrolling="true"
app:srlEnableOverScrollBounce="true"
app:srlEnableOverScrollDrag="true"
android:layout_marginBottom="@dimen/reply_bar_height"