mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-01 10:35:15 +01:00
Clear image cache on manual cleanup
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user