mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 22:26:06 +02:00
Minor improvements
This commit is contained in:
@@ -164,7 +164,7 @@ public class AdapterAttachment extends RecyclerView.Adapter<AdapterAttachment.Vi
|
||||
setHasStableIds(true);
|
||||
}
|
||||
|
||||
public void set(List<TupleAttachment> attachments) {
|
||||
public void set(@NonNull List<TupleAttachment> attachments) {
|
||||
Log.i(Helper.TAG, "Set attachments=" + attachments.size());
|
||||
|
||||
Collections.sort(attachments, new Comparator<TupleAttachment>() {
|
||||
|
||||
Reference in New Issue
Block a user