埋点配置
This commit is contained in:
parent
1a58311e26
commit
33930f3e32
@ -268,8 +268,7 @@ public class LiveGameDialogFragment extends AbsDialogFragment {
|
|||||||
break;
|
break;
|
||||||
case "幸运天使":
|
case "幸运天使":
|
||||||
MobclickAgent.onEvent(mContext, "angel_index", "进入幸运天使页面");
|
MobclickAgent.onEvent(mContext, "angel_index", "进入幸运天使页面");
|
||||||
break;
|
break; }
|
||||||
}
|
|
||||||
if (model != null) {
|
if (model != null) {
|
||||||
if (!StringUtil.isEmpty(model.getBgColor()) && !"#".equals(model.getBgColor())) {
|
if (!StringUtil.isEmpty(model.getBgColor()) && !"#".equals(model.getBgColor())) {
|
||||||
tabLayout.setBackgroundColor(Color.parseColor(model.getBgColor()));
|
tabLayout.setBackgroundColor(Color.parseColor(model.getBgColor()));
|
||||||
|
Loading…
Reference in New Issue
Block a user