mirror of https://github.com/M66B/FairEmail.git
Simplification
This commit is contained in:
parent
532f23c1fa
commit
ee8b976dc6
|
@ -87,7 +87,6 @@ public class FragmentDialogSelectAccount extends FragmentDialogBase {
|
|||
if (!account.isOutlook())
|
||||
accounts.remove(account);
|
||||
adapter.addAll(accounts);
|
||||
adapter.notifyDataSetChanged();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue