Clear image cache on manual cleanup

This commit is contained in:
M66B
2019-01-27 12:01:59 +00:00
parent 5c98af8cdb
commit 7ff26f06bb
2 changed files with 10 additions and 9 deletions

View File

@@ -977,7 +977,7 @@ public class ActivityView extends ActivityBilling implements FragmentManager.OnB
new SimpleTask<Void>() {
@Override
protected Void onExecute(Context context, Bundle args) {
JobDaily.cleanup(ActivityView.this);
JobDaily.cleanup(ActivityView.this, true);
return null;
}