|
|
@ -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) {
|
|
|
|