光环前端优化汇总(2020年2月第3周)(1.2.3.5.6) https://gitlab.ghzs.com/pm/halo-app-issues/issues/791

This commit is contained in:
kehaoyuan@ghzhushou.com
2020-02-21 16:38:25 +08:00
parent 4136bfab42
commit 1997a8b296
15 changed files with 100 additions and 23 deletions

View File

@ -472,11 +472,7 @@ public class MessageDetailAdapter extends BaseRecyclerAdapter<ViewHolder> {
viewHolder.itemView.setPadding(0, DisplayUtils.dip2px(mContext, 30), 0, 0);
viewHolder.hint.setText(R.string.comment_empty);
} else {
if (mNormalCommentList.size() > 10) {
viewHolder.hint.setText(R.string.comment_nomore);
} else {
viewHolder.hint.setText("");
}
viewHolder.hint.setText(R.string.comment_nomore);
viewHolder.loading.setVisibility(View.GONE);
}