完成光环前端优化汇总(5, 14, 16, 17) https://git.ghzs.com/pm/halo-app-issues/-/issues/1260

This commit is contained in:
juntao
2021-06-18 17:51:59 +08:00
parent c47c23ad21
commit 187d07d02d
12 changed files with 155 additions and 80 deletions

View File

@ -413,7 +413,9 @@ public class DownloadItemUtils {
}
return;
} else {
holder.recommendContainer.setVisibility(View.GONE);
if (holder.recommendContainer != null) {
holder.recommendContainer.setVisibility(View.GONE);
}
}
if (briefStyle != null && briefStyle.contains("star")) {