1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-02-24 07:01:05 +00:00

Small improvement

This commit is contained in:
M66B 2019-07-21 12:43:36 +02:00
parent b9f71a875a
commit 38f827c023

View file

@ -3395,6 +3395,7 @@ public class FragmentCompose extends FragmentBase {
}.execute(getContext(), getActivity(), new Bundle(), "compose:answer");
return new AlertDialog.Builder(getContext())
.setTitle(R.string.title_insert_template)
.setAdapter(adapter, new DialogInterface.OnClickListener() {
@Override
public void onClick(DialogInterface dialog, int which) {