添加畅玩管理页
This commit is contained in:
@ -102,7 +102,7 @@ public class DetailDownloadUtils {
|
||||
} else if (viewHolder.context.getString(R.string.pluggable).equals(status)) {
|
||||
downloadText = "升级" + (TextUtils.isEmpty(downloadAddWord) ? "" : "至" + downloadAddWord) + getDownloadSizeText(viewHolder);
|
||||
} else if (viewHolder.context.getString(R.string.launch).equals(status)) {
|
||||
if (VHelper.isSGame(viewHolder.gameEntity)) {
|
||||
if (VHelper.isVGame(viewHolder.gameEntity)) {
|
||||
downloadText = viewHolder.context.getString(R.string.smooth_launch);
|
||||
} else {
|
||||
downloadText = status + (TextUtils.isEmpty(downloadAddWord) ? "" : "-" + downloadAddWord);
|
||||
@ -186,7 +186,7 @@ public class DetailDownloadUtils {
|
||||
}
|
||||
viewHolder.mDownloadPb.setDownloadType(DownloadProgressBar.DownloadType.INSTALL_NORMAL);
|
||||
}
|
||||
} else if (VHelper.isSGame(viewHolder.gameEntity)) {
|
||||
} else if (VHelper.isVGame(viewHolder.gameEntity)) {
|
||||
viewHolder.mDownloadPb.setText(R.string.smooth_launch);
|
||||
viewHolder.mDownloadPb.setDownloadType(DownloadProgressBar.DownloadType.LAUNCH_OR_OPEN);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user