mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-18 15:03:15 +02:00
Small fix
This commit is contained in:
@@ -1259,7 +1259,7 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
|
||||
(EntityFolder.isOutgoing(type) || viewType == ViewType.SEARCH)) ||
|
||||
(viewType == ViewType.UNIFIED && type == null &&
|
||||
message.folderUnified && outgoing) ||
|
||||
(viewType == ViewType.FOLDER && EntityFolder.INBOX.equals(type) &&
|
||||
(viewType == ViewType.FOLDER &&
|
||||
message.folderUnified && outgoing) ||
|
||||
EntityFolder.isOutgoing(message.folderInheritedType);
|
||||
String selector = (reverse ? null : message.bimi_selector);
|
||||
|
||||
Reference in New Issue
Block a user