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