mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-07 09:33:39 +02:00
Show archived message as normal message
This commit is contained in:
@@ -257,8 +257,6 @@ public class AdapterMessage extends PagedListAdapter<TupleMessageEx, AdapterMess
|
||||
|
||||
pbLoading.setVisibility(View.GONE);
|
||||
|
||||
itemView.setAlpha(viewType == ViewType.THREAD && EntityFolder.ARCHIVE.equals(message.folderType) ? 0.5f : 1.0f);
|
||||
|
||||
boolean photo = false;
|
||||
if (avatars && message.avatar != null) {
|
||||
ContentResolver resolver = context.getContentResolver();
|
||||
|
||||
Reference in New Issue
Block a user