移除埋点空格
This commit is contained in:
parent
85b4facfe8
commit
22769b981d
@ -199,7 +199,7 @@ public class MainHomeCommunityViewHolder extends AbsMainHomeChildViewHolder impl
|
||||
public void onClick(View v) {
|
||||
if (viewPager != null) {
|
||||
if (index == 1) {
|
||||
MobclickAgent.onEvent(mContext, "short_drama_entrance ", "短剧");
|
||||
MobclickAgent.onEvent(mContext, "short_drama_entrance", "短剧");
|
||||
RouteUtil.forwardCommunityActivity();
|
||||
} else {
|
||||
viewPager.setCurrentItem(index);
|
||||
|
Loading…
Reference in New Issue
Block a user