mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-06 09:03:56 +02:00
Show sent orphans
This commit is contained in:
@@ -512,7 +512,7 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
|
||||
view.setActivated(selectionTracker != null && selectionTracker.isSelected(message.id));
|
||||
view.setAlpha(
|
||||
message.uid == null &&
|
||||
!EntityFolder.OUTBOX.equals(message.folderType)
|
||||
!(EntityFolder.OUTBOX.equals(message.folderType) && !message.ui_seen)
|
||||
? Helper.LOW_LIGHT : 1.0f);
|
||||
|
||||
// Duplicate
|
||||
|
||||
Reference in New Issue
Block a user