Consistency

This commit is contained in:
M66B
2021-04-30 21:21:51 +02:00
parent fcc893627e
commit ca3c1ccc13
2 changed files with 2 additions and 2 deletions

View File

@@ -2006,7 +2006,7 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
clearActions();
ibSeenBottom.setImageResource(message.ui_seen
? R.drawable.twotone_visibility_off_24 : R.drawable.twotone_visibility_24);
? R.drawable.twotone_mail_24 : R.drawable.twotone_drafts_24);
ibSeenBottom.setVisibility(!(message.folderReadOnly || message.uid == null) ||
message.accountProtocol == EntityAccount.TYPE_POP
? View.VISIBLE : View.GONE);