Small improvement

pull/215/head
M66B 6 months ago
parent b239e3beb2
commit daaa1c8d94

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

Loading…
Cancel
Save