Commit 5195088e by 霍志良

feat:我的埋点修改

parent 39165c13
......@@ -8,7 +8,7 @@ ext {
"m-confide" : "0.0.49.13",
"m-consultant" : "0.0.59.96",
"m-fm" : "0.0.30.04",
"m-user" : "0.0.61.76",
"m-user" : "0.0.61.77",
"m-home" : "0.0.22.77",
"m-im" : "0.0.19.92",
"m-dynamic" : "0.0.7.31",
......@@ -91,7 +91,7 @@ ext {
"m-confide" : "0.0.49.13",
"m-consultant" : "0.0.59.96",
"m-fm" : "0.0.30.04",
"m-user" : "0.0.61.76",
"m-user" : "0.0.61.77",
"m-home" : "0.0.22.77",
"m-im" : "0.0.19.92",
"m-dynamic" : "0.0.7.31",
......
......@@ -198,8 +198,6 @@ public class MineFragment extends BaseFragment implements SwipeRefreshLayout.OnR
public void onResume() {
super.onResume();
updateUI();
ActionCountUtils.Companion.count(YDL_USER_MY_PAGE_VISIT);
startTime=System.currentTimeMillis();
}
@Override
......@@ -214,6 +212,8 @@ public class MineFragment extends BaseFragment implements SwipeRefreshLayout.OnR
public void setUserVisibleHint(boolean isVisibleToUser) {
super.setUserVisibleHint(isVisibleToUser);
if (isVisibleToUser && isResumed()) {
startTime=System.currentTimeMillis();
ActionCountUtils.Companion.count(YDL_USER_MY_PAGE_VISIT);
showConsultAssistantDialog();
} else {
hideConsultAssistantDialog();
......
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