Small improvement

This commit is contained in:
M66B 2019-10-08 14:17:55 +02:00
parent a0f9c40dc6
commit b06c4d4e73
1 changed files with 1 additions and 1 deletions

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