mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 06:08:31 +02:00
Small improvement
This commit is contained in:
@@ -223,7 +223,7 @@ public class AdapterImage extends RecyclerView.Adapter<AdapterImage.ViewHolder>
|
||||
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