Commit e027ff1c authored by jyx's avatar jyx

代码优化

parent c94121e5
......@@ -1395,7 +1395,13 @@ class MyFragment : BaseFragment(),
fun turnDayTask() {
if (signCardBean != null) {
scrollviewMy.scrollTo(0, llMyRoot.height -
viewTitleDayTask.height)
recy_my.height -
item_customer_service.height -
item_bottom_qqGroupNum.height -
item_bottom_info.height -
viewTitleDayTask.height -
Utils.dip2px(context, 40f)
)
return
}
......@@ -1408,7 +1414,7 @@ class MyFragment : BaseFragment(),
item_bottom_qqGroupNum.height -
item_bottom_info.height -
viewTitleDayTask.height -
Utils.dip2px(context,40f)
Utils.dip2px(context, 40f)
)
}
}
......
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