mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-01 10:35:15 +01:00
Small improvements
This commit is contained in:
@@ -135,8 +135,7 @@ public class AdapterAccount extends RecyclerView.Adapter<AdapterAccount.ViewHold
|
||||
}
|
||||
});
|
||||
|
||||
all.clear();
|
||||
all.addAll(accounts);
|
||||
all = accounts;
|
||||
|
||||
DiffUtil.DiffResult diff = DiffUtil.calculateDiff(new MessageDiffCallback(filtered, all));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user