mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-24 15:11:03 +00:00
Small improvement
This commit is contained in:
parent
b9f71a875a
commit
38f827c023
1 changed files with 1 additions and 0 deletions
|
@ -3395,6 +3395,7 @@ public class FragmentCompose extends FragmentBase {
|
||||||
}.execute(getContext(), getActivity(), new Bundle(), "compose:answer");
|
}.execute(getContext(), getActivity(), new Bundle(), "compose:answer");
|
||||||
|
|
||||||
return new AlertDialog.Builder(getContext())
|
return new AlertDialog.Builder(getContext())
|
||||||
|
.setTitle(R.string.title_insert_template)
|
||||||
.setAdapter(adapter, new DialogInterface.OnClickListener() {
|
.setAdapter(adapter, new DialogInterface.OnClickListener() {
|
||||||
@Override
|
@Override
|
||||||
public void onClick(DialogInterface dialog, int which) {
|
public void onClick(DialogInterface dialog, int which) {
|
||||||
|
|
Loading…
Reference in a new issue