2018-6-30 02:25:25 测试补充:
This commit is contained in:
@ -287,9 +287,6 @@ public class BindingAdapters {
|
||||
|
||||
@BindingAdapter({"downloadButton", "traceEvent"})
|
||||
public static void setDownloadButton(DownloadProgressBar progressBar, GameEntity gameEntity, ExposureEvent traceEvent) {
|
||||
if (gameEntity != null && TextUtils.isEmpty(gameEntity.getId())) {
|
||||
gameEntity.setId(gameEntity.getLink());
|
||||
}
|
||||
// 判断是否显示按钮
|
||||
if (gameEntity != null
|
||||
&& Config.isShowDownload(gameEntity.getId())
|
||||
|
||||
Reference in New Issue
Block a user