Commit be6f24bd authored by chengkun's avatar chengkun

应pm要求再改回不切换到顶部的逻辑

parent 8448d496
......@@ -91,7 +91,7 @@ class OrderListActivity : BaseMvvmActivity<BorderActivityOrderListBinding, Order
private fun setRecyclePos(pos:Int) {
when(vm._operationType) {
PULL -> {
binding.rcvOrderList.smoothScrollToPosition(0)
// binding.rcvOrderList.smoothScrollToPosition(0)
}
LOAD -> {
// binding.rcvOrderList.smoothScrollBy()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment