Consistency

pull/198/head
M66B 3 years ago
parent fcc893627e
commit ca3c1ccc13

@ -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);

@ -150,7 +150,7 @@
android:tooltipText="@string/title_toggle_seen"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toBottomOf="@id/wvBody"
app:srcCompat="@drawable/twotone_visibility_24" />
app:srcCompat="@drawable/twotone_mail_24" />
<include
android:id="@+id/InAction"

Loading…
Cancel
Save