1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-01-03 21:55:13 +00:00

Added accounts dialog title

This commit is contained in:
M66B 2021-08-10 07:43:01 +02:00
parent abe995d09e
commit 2e77bc34d3

View file

@ -8659,6 +8659,7 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
}.execute(this, new Bundle(), "messages:accounts");
return new AlertDialog.Builder(getContext())
.setTitle(R.string.title_list_accounts)
.setAdapter(adapter, new DialogInterface.OnClickListener() {
@Override
public void onClick(DialogInterface dialog, int which) {