mirror of https://github.com/M66B/FairEmail.git
Cleanup
This commit is contained in:
parent
40a137537d
commit
f8c3a0f8ad
|
@ -1026,8 +1026,7 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
|
|||
if (viewType == ViewType.FOLDER)
|
||||
tvFolder.setText(outbox ? message.identityEmail : message.accountName);
|
||||
else if (viewType == ViewType.THREAD || viewType == ViewType.SEARCH)
|
||||
tvFolder.setText(message.getFolderName(context) +
|
||||
(BuildConfig.DEBUG ? ":" + message.id : ""));
|
||||
tvFolder.setText(message.getFolderName(context));
|
||||
else
|
||||
tvFolder.setText(message.accountName + "/" + message.getFolderName(context));
|
||||
|
||||
|
|
Loading…
Reference in New Issue