Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -98,6 +98,7 @@ public void onClick(View v) {
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 {

0 comments on commit daaa1c8

Please sign in to comment.