1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-02-24 07:01:05 +00:00

Small fix

This commit is contained in:
M66B 2019-07-20 22:25:59 +02:00
parent 9c13eee4b5
commit 76399d131e

View file

@ -683,7 +683,7 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
}
tvFolder.setVisibility(compact &&
(viewType == ViewType.FOLDER ||
(viewType == ViewType.UNIFIED && EntityFolder.INBOX.equals(message.folderType)))
(type == null && viewType == ViewType.UNIFIED && EntityFolder.INBOX.equals(message.folderType)))
? View.GONE : View.VISIBLE);
if (viewType == ViewType.THREAD || !threading) {