mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-29 21:34:44 +02:00
Navigation menu item separators
This commit is contained in:
@@ -140,6 +140,10 @@ public class AdapterNavMenu extends RecyclerView.Adapter<AdapterNavMenu.ViewHold
|
||||
diff.dispatchUpdatesTo(this);
|
||||
}
|
||||
|
||||
NavMenuItem get(int pos) {
|
||||
return items.get(pos);
|
||||
}
|
||||
|
||||
private class DiffCallback extends DiffUtil.Callback {
|
||||
private List<NavMenuItem> prev = new ArrayList<>();
|
||||
private List<NavMenuItem> next = new ArrayList<>();
|
||||
|
||||
Reference in New Issue
Block a user