mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 06:08:31 +02:00
Small improvement
This commit is contained in:
@@ -169,7 +169,7 @@ public class AdapterNavMenu extends RecyclerView.Adapter<AdapterNavMenu.ViewHold
|
||||
return items.get(pos);
|
||||
}
|
||||
|
||||
private class DiffCallback extends DiffUtil.Callback {
|
||||
private static class DiffCallback extends DiffUtil.Callback {
|
||||
private List<NavMenuItem> prev = new ArrayList<>();
|
||||
private List<NavMenuItem> next = new ArrayList<>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user