mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-02 19:10:11 +01:00
Small improvement
This commit is contained in:
@@ -383,7 +383,7 @@ public class AdapterAttachment extends RecyclerView.Adapter<AdapterAttachment.Vi
|
||||
diff.dispatchUpdatesTo(this);
|
||||
}
|
||||
|
||||
private class DiffCallback extends DiffUtil.Callback {
|
||||
private static class DiffCallback extends DiffUtil.Callback {
|
||||
private List<EntityAttachment> prev = new ArrayList<>();
|
||||
private List<EntityAttachment> next = new ArrayList<>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user