mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-01 04:35:57 +00:00
Small fix
This commit is contained in:
parent
1a75a70889
commit
8caecb5edc
1 changed files with 1 additions and 2 deletions
|
@ -588,8 +588,7 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
|
||||||
tvFolder.setText((compact ? "" : message.accountName + "/") + folderName);
|
tvFolder.setText((compact ? "" : message.accountName + "/") + folderName);
|
||||||
}
|
}
|
||||||
tvFolder.setVisibility(compact &&
|
tvFolder.setVisibility(compact &&
|
||||||
(!threading ||
|
(viewType == ViewType.FOLDER ||
|
||||||
viewType == ViewType.FOLDER ||
|
|
||||||
(viewType == ViewType.UNIFIED && EntityFolder.INBOX.equals(message.folderType)))
|
(viewType == ViewType.UNIFIED && EntityFolder.INBOX.equals(message.folderType)))
|
||||||
? View.GONE : View.VISIBLE);
|
? View.GONE : View.VISIBLE);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue