mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-23 22:51:02 +00:00
Formatting
This commit is contained in:
parent
8155a707eb
commit
3dccca1e8a
1 changed files with 1 additions and 2 deletions
|
@ -47,7 +47,6 @@ public class FragmentDialogSelectAccount extends FragmentDialogBase {
|
|||
final int dp12 = Helper.dp2pixels(context, 12);
|
||||
|
||||
final ArrayAdapter<EntityAccount> adapter = new ArrayAdapter<EntityAccount>(context, R.layout.spinner_account, android.R.id.text1) {
|
||||
|
||||
@NonNull
|
||||
@Override
|
||||
public View getView(int position, @Nullable View convertView, @NonNull ViewGroup parent) {
|
||||
|
@ -89,7 +88,7 @@ public class FragmentDialogSelectAccount extends FragmentDialogBase {
|
|||
protected void onException(Bundle args, Throwable ex) {
|
||||
Log.unexpectedError(getParentFragmentManager(), ex);
|
||||
}
|
||||
}.execute(this, getArguments(), "messages:accounts");
|
||||
}.execute(this, getArguments(), "select:account");
|
||||
|
||||
return new AlertDialog.Builder(context)
|
||||
.setIcon(R.drawable.twotone_account_circle_24)
|
||||
|
|
Loading…
Reference in a new issue