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:
parent
abe995d09e
commit
2e77bc34d3
1 changed files with 1 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue