Small improvement

pull/162/head
M66B 5 years ago
parent a0f9c40dc6
commit b06c4d4e73

@ -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);

Loading…
Cancel
Save