d
This commit is contained in:
@@ -882,7 +882,7 @@ public class MainFragment extends BaseFragment<FragmentMainBinding> implements V
|
||||
@Override
|
||||
public void onBindViewHolder(Object b, final int itemPosition) {
|
||||
ItemCommentBinding itemCommentBinding = (ItemCommentBinding) b;
|
||||
if (dis_content.get(itemPosition).getReply().isEmpty()) {
|
||||
if (TextUtils.isEmpty(dis_content.get(itemPosition).getReply())) {
|
||||
itemCommentBinding.llHf.setVisibility(View.GONE);
|
||||
itemCommentBinding.ll.setVisibility(View.VISIBLE);
|
||||
itemCommentBinding.tvName.setText(dis_content.get(itemPosition).getNickname() + ": ");
|
||||
|
||||
Reference in New Issue
Block a user