mirror of
https://github.com/moparisthebest/k-9
synced 2025-01-11 13:49:15 -05:00
only show the super-condensed layout if the contact picture is not being displayed.
This commit is contained in:
parent
f494035e02
commit
6c3fb46541
@ -1809,7 +1809,7 @@ public class MessageListFragment extends SherlockFragment implements OnItemClick
|
||||
MessageViewHolder holder = new MessageViewHolder();
|
||||
holder.date = (TextView) view.findViewById(R.id.date);
|
||||
holder.chip = view.findViewById(R.id.chip);
|
||||
if (mPreviewLines == 0) {
|
||||
if (mPreviewLines == 0 && mContactsPictureLoader == null) {
|
||||
view.findViewById(R.id.preview).setVisibility(View.GONE);
|
||||
holder.preview = (TextView) view.findViewById(R.id.sender_compact);
|
||||
ViewGroup.LayoutParams params = holder.chip.getLayoutParams();
|
||||
|
Loading…
Reference in New Issue
Block a user