Commit 0887ddbc authored by mengcuiguang's avatar mengcuiguang

Merge branch 'dev_ad' of http://39.97.65.143:81/android/android_goodmoney into dev_ad

parents 08ad975a e027ff1c
...@@ -1396,7 +1396,13 @@ class MyFragment : BaseFragment(), ...@@ -1396,7 +1396,13 @@ class MyFragment : BaseFragment(),
fun turnDayTask() { fun turnDayTask() {
if (signCardBean != null) { if (signCardBean != null) {
scrollviewMy.scrollTo(0, llMyRoot.height - 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 return
} }
...@@ -1409,7 +1415,7 @@ class MyFragment : BaseFragment(), ...@@ -1409,7 +1415,7 @@ class MyFragment : BaseFragment(),
item_bottom_qqGroupNum.height - item_bottom_qqGroupNum.height -
item_bottom_info.height - item_bottom_info.height -
viewTitleDayTask.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