我的光环页面改版&优化已完成
This commit is contained in:
@ -3,6 +3,7 @@ package com.gh.gamecenter.collection;
|
||||
import android.os.Bundle;
|
||||
|
||||
import com.gh.base.fragment.BaseFragment_TabLayout;
|
||||
import com.gh.common.util.MtaHelper;
|
||||
import com.gh.gamecenter.R;
|
||||
|
||||
import java.util.List;
|
||||
@ -51,6 +52,12 @@ public class CollectionWrapperFragment extends BaseFragment_TabLayout {
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onPageSelected(int position) {
|
||||
super.onPageSelected(position);
|
||||
MtaHelper.onEvent("我的光环_新", "我的收藏", mTabTitleList.get(position) + "Tab");
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onCreate(Bundle savedInstanceState) {
|
||||
super.onCreate(savedInstanceState);
|
||||
|
||||
Reference in New Issue
Block a user