Small improvement

This commit is contained in:
M66B
2024-06-17 19:35:20 +02:00
parent b239e3beb2
commit daaa1c8d94

View File

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