mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 05:44:51 +02:00
Avoid cache dir quota
This commit is contained in:
@@ -132,7 +132,7 @@ public class AdapterCertificate extends RecyclerView.Adapter<AdapterCertificate.
|
||||
if (certificate == null)
|
||||
return null;
|
||||
|
||||
File dir = new File(context.getCacheDir(), "shared");
|
||||
File dir = new File(context.getFilesDir(), "shared");
|
||||
if (!dir.exists())
|
||||
dir.mkdir();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user