mirror of https://github.com/M66B/FairEmail.git
Show archived message as normal message
This commit is contained in:
parent
24991d621b
commit
4b8bf9f717
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue