首页优化:视频入口、插件化区域、导航栏按钮(14)https://gitlab.ghzs.com/pm/halo-app-issues/issues/730

This commit is contained in:
kehaoyuan
2020-01-02 17:23:08 +08:00
parent d0391c779d
commit 619b5a3cc3
7 changed files with 22 additions and 12 deletions

View File

@ -2,10 +2,11 @@ package com.gh.common.util;
import android.content.Context;
import android.graphics.Color;
import androidx.core.content.ContextCompat;
import android.text.TextUtils;
import android.widget.TextView;
import androidx.core.content.ContextCompat;
import com.gh.common.constant.Config;
import com.gh.download.DownloadManager;
import com.gh.gamecenter.R;
@ -148,6 +149,7 @@ public class GameUtils {
gameUpdateEntity.setBrief(gameEntity.getBrief());
gameUpdateEntity.setPlugin(apkEntity.getPlugin());
gameUpdateEntity.setDownload(gameEntity.getDownload());
gameUpdateEntity.setIndexPlugin(gameEntity.getIndexPlugin());
return gameUpdateEntity;
}