1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-01-04 06:20:26 +00:00

Small improvement

This commit is contained in:
M66B 2019-10-08 14:17:55 +02:00
parent a0f9c40dc6
commit b06c4d4e73

View file

@ -1928,7 +1928,7 @@ public class FragmentCompose extends FragmentBase {
db.attachment().setDownloaded(attachment.id, size);
if ("eu.faircode.email".equals(uri.getAuthority())) {
if (BuildConfig.APPLICATION_ID.equals(uri.getAuthority())) {
// content://eu.faircode.email/photo/nnn.jpg
File tmp = new File(context.getCacheDir(), uri.getPath());
Log.i("Deleting " + tmp);