|
|
@ -1023,7 +1023,7 @@ public abstract class StatusBaseViewHolder extends RecyclerView.ViewHolder { |
|
|
|
status.getAttachments().size() == 0 && |
|
|
|
status.getAttachments().size() == 0 && |
|
|
|
status.getCard() != null && |
|
|
|
status.getCard() != null && |
|
|
|
!TextUtils.isEmpty(status.getCard().getUrl()) && |
|
|
|
!TextUtils.isEmpty(status.getCard().getUrl()) && |
|
|
|
!status.isCollapsed()) { |
|
|
|
(!status.isCollapsible() || !status.isCollapsed())) { |
|
|
|
final Card card = status.getCard(); |
|
|
|
final Card card = status.getCard(); |
|
|
|
cardView.setVisibility(View.VISIBLE); |
|
|
|
cardView.setVisibility(View.VISIBLE); |
|
|
|
cardTitle.setText(card.getTitle()); |
|
|
|
cardTitle.setText(card.getTitle()); |
|
|
|