mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-28 11:55:20 +01:00
Added account categories
This commit is contained in:
@@ -648,6 +648,13 @@ public class AdapterAccount extends RecyclerView.Adapter<AdapterAccount.ViewHold
|
||||
return items.get(position).id;
|
||||
}
|
||||
|
||||
public TupleAccountEx getItemAtPosition(int pos) {
|
||||
if (pos >= 0 && pos < items.size())
|
||||
return items.get(pos);
|
||||
else
|
||||
return null;
|
||||
}
|
||||
|
||||
@Override
|
||||
public int getItemCount() {
|
||||
return items.size();
|
||||
|
||||
Reference in New Issue
Block a user