mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-28 16:40:53 +01:00
Explicitly make thread view holders not recyclable
This commit is contained in:
@@ -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());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user