mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-26 19:05:23 +01:00
Small improvement
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user