mirror of https://github.com/M66B/FairEmail.git
Explicitly make thread view holders not recyclable
This commit is contained in:
parent
6da5db5b48
commit
a6c6c1f9e0
|
@ -208,7 +208,7 @@ public class AdapterMessage extends PagedListAdapter<TupleMessageEx, AdapterMess
|
|||
grpAttachments = itemView.findViewById(R.id.grpAttachments);
|
||||
grpExpanded = itemView.findViewById(R.id.grpExpanded);
|
||||
|
||||
itemView.setHasTransientState(viewType == ViewType.THREAD);
|
||||
setIsRecyclable(viewType != ViewType.THREAD);
|
||||
tvBody.setMovementMethod(new UrlHandler());
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue