Merge remote-tracking branch 'origin/release' into dev-5.0.0

# Conflicts:
#	dependencies.gradle
This commit is contained in:
juntao
2021-06-03 16:47:45 +08:00
72 changed files with 377 additions and 854 deletions

View File

@ -743,8 +743,6 @@ public class DownloadItemUtils {
downloadBtn.setBackgroundResource(R.drawable.game_item_btn_downloading_style);
downloadBtn.setTextColor(ContextCompat.getColorStateList(context, R.color.text_downloading_style));
DeviceRemindDialog.Companion.showDeviceRemindDialog(context, gameEntity);
EnergyTaskHelper.postEnergyTask("download_game", gameEntity.getId(), gameEntity.getApk().get(0).getPackageName());
} else {
Utils.toast(context, msg);
}