Fixed small display issue

This commit is contained in:
M66B 2022-01-13 13:38:36 +01:00
parent 6ef6d9a09b
commit 5635c17ba6
1 changed files with 1 additions and 1 deletions

View File

@ -2964,7 +2964,7 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
? R.drawable.twotone_mail_24 : R.drawable.twotone_drafts_24);
ibSeenBottom.setVisibility(message.uid != null ||
message.accountProtocol == EntityAccount.TYPE_POP
? View.VISIBLE : View.GONE);
? View.VISIBLE : View.INVISIBLE);
}
private void bindAttachments(final TupleMessageEx message, @Nullable List<EntityAttachment> attachments, boolean bind_extras) {