mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 05:44:51 +02:00
Invalidate accounts/identities adapter
This commit is contained in:
@@ -79,6 +79,7 @@ public class FragmentDialogSelectIdentity extends FragmentDialogBase {
|
||||
protected void onExecuted(Bundle args, List<TupleIdentityEx> identities) {
|
||||
EntityLog.log(context, "Composable identities=" + (identities == null ? null : identities.size()));
|
||||
adapter.addAll(identities);
|
||||
adapter.notifyDataSetChanged();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user