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