mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-26 15:40:59 +01:00
Small improvement
This commit is contained in:
@@ -123,7 +123,7 @@ public class AdapterRuleMatch extends RecyclerView.Adapter<AdapterRuleMatch.View
|
||||
diff.dispatchUpdatesTo(this);
|
||||
}
|
||||
|
||||
private class DiffCallback extends DiffUtil.Callback {
|
||||
private static class DiffCallback extends DiffUtil.Callback {
|
||||
private List<EntityMessage> prev = new ArrayList<>();
|
||||
private List<EntityMessage> next = new ArrayList<>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user