Loading k9mail/src/main/java/io/eelo/mail/fragment/MessageListAdapter.java +4 −0 Original line number Diff line number Diff line Loading @@ -213,6 +213,10 @@ public class MessageListAdapter extends CursorAdapter holder.starImageView.setVisibility(View.GONE); } } else { holder.starImageView.setVisibility(View.GONE); } holder.position = cursor.getPosition(); if (holder.contactBadge != null) { Loading Loading
k9mail/src/main/java/io/eelo/mail/fragment/MessageListAdapter.java +4 −0 Original line number Diff line number Diff line Loading @@ -213,6 +213,10 @@ public class MessageListAdapter extends CursorAdapter holder.starImageView.setVisibility(View.GONE); } } else { holder.starImageView.setVisibility(View.GONE); } holder.position = cursor.getPosition(); if (holder.contactBadge != null) { Loading