chenjuntao
2023-05-05 11:20:15 +08:00
parent bbdecd6627
commit eb7f2b418b
19 changed files with 34 additions and 3 deletions

View File

@ -263,6 +263,7 @@ public class DetailDownloadUtils {
case redirected:
case pause:
case diskisfull:
case diskioerror:
case overflow:
String downloadingText = "游戏加载中 " + downloadEntity.getPercent() + "%";
String resumeText = "继续加载 " + downloadEntity.getPercent() + "%";
@ -350,6 +351,7 @@ public class DetailDownloadUtils {
case neterror:
case subscribe:
case diskisfull:
case diskioerror:
case pause:
viewHolder.mDownloadPb.setText("继续加载 " + viewHolder.downloadEntity.getPercent() + "%");
viewHolder.mDownloadPb.setButtonStyle(DownloadButton.ButtonStyle.DOWNLOADING_NORMAL);