Simplification

This commit is contained in:
M66B 2023-08-22 17:48:28 +02:00
parent 532f23c1fa
commit ee8b976dc6
2 changed files with 0 additions and 2 deletions

View File

@ -87,7 +87,6 @@ public class FragmentDialogSelectAccount extends FragmentDialogBase {
if (!account.isOutlook())
accounts.remove(account);
adapter.addAll(accounts);
adapter.notifyDataSetChanged();
}
@Override

View File

@ -79,7 +79,6 @@ 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