Commit 8a5eb1f8 by konghaorui
parents b01d8599 a35653fc
...@@ -193,13 +193,13 @@ public class YDLMessageFragment extends TFragment implements ModuleProxy { ...@@ -193,13 +193,13 @@ public class YDLMessageFragment extends TFragment implements ModuleProxy {
if (commonQuestionBeanList != null && commonQuestionBeanList.size() > 0) { if (commonQuestionBeanList != null && commonQuestionBeanList.size() > 0) {
rl_common_question_enter.postDelayed(() -> openOrCloseCommonQuestionLayout(true), 300); rl_common_question_enter.postDelayed(() -> openOrCloseCommonQuestionLayout(true), 300);
} else { } else {
getCommonQuestionListData();
try { try {
YdlBuryPointUtil.sendClick("快捷短语弹起"); YdlBuryPointUtil.sendClick("common_question_pager");
}catch (Exception e){ }catch (Exception e){
} }
getCommonQuestionListData();
} }
ChatStatusCacheHelper.clearDataByKey("chatEvent"); ChatStatusCacheHelper.clearDataByKey("chatEvent");
} }
...@@ -222,14 +222,15 @@ public class YDLMessageFragment extends TFragment implements ModuleProxy { ...@@ -222,14 +222,15 @@ public class YDLMessageFragment extends TFragment implements ModuleProxy {
}); });
getUserInfoCollect(); getUserInfoCollect();
if (!getActivity().isFinishing()) { if (!getActivity().isFinishing()) {
try {
YdlBuryPointUtil.sendPv("user_collect_pager");
}catch (Exception e){
}
collectInfoPopupWindow.show(top_expert_info_cl); collectInfoPopupWindow.show(top_expert_info_cl);
} }
try {
YdlBuryPointUtil.sendClick("用户信息收集页面");
}catch (Exception e){
}
} }
ChatStatusCacheHelper.clearDataByKey("collectEvent"); ChatStatusCacheHelper.clearDataByKey("collectEvent");
......
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