光环前端优化汇总(2021年2月)(0320补充1) https://git.ghzs.com/pm/halo-app-issues/-/issues/1154
This commit is contained in:
@ -137,6 +137,7 @@ public class DownloadItemUtils {
|
||||
holder.gameDownloadBtn.setText("已预约");
|
||||
holder.gameDownloadBtn.setTextColor(ContextCompat.getColor(holder.gameDes.getContext(), R.color.aaaaaa));
|
||||
holder.gameDownloadBtn.setBackgroundResource(R.drawable.button_round_f5f5f5);
|
||||
updateItemViewStatus(holder, false, null);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -50,7 +50,6 @@ class MyReservationViewModel(application: Application) : ListViewModel<GameEntit
|
||||
}
|
||||
packages += game.simulator?.apk?.packageName
|
||||
positionAndPackageMap[packages + position] = position
|
||||
game.gameLocation = GameEntity.GameLocation.INDEX
|
||||
game.setEntryMap(DownloadManager.getInstance(getApplication()).getEntryMap(game.name))
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user