Small improvement

master
M66B 2 weeks ago
parent b239e3beb2
commit daaa1c8d94

@ -98,6 +98,7 @@ public class FragmentDialogSummarize extends FragmentDialogBase {
if (template <= 0)
tvCaption.setText(AI.getSummarizePrompt(context));
else {
tvCaption.setText(null);
new SimpleTask<String>() {
@Override
protected String onExecute(Context context, Bundle args) throws Throwable {

Loading…
Cancel
Save