mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-31 10:01:22 +01:00
Minor improvements
This commit is contained in:
@@ -89,7 +89,7 @@ public class AdapterAccount extends RecyclerView.Adapter<AdapterAccount.ViewHold
|
||||
setHasStableIds(true);
|
||||
}
|
||||
|
||||
public void set(List<EntityAccount> accounts) {
|
||||
public void set(@NonNull List<EntityAccount> accounts) {
|
||||
Log.i(Helper.TAG, "Set accounts=" + accounts.size());
|
||||
|
||||
final Collator collator = Collator.getInstance(Locale.getDefault());
|
||||
|
||||
Reference in New Issue
Block a user