mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-04 06:20:26 +00:00
Small improvement
This commit is contained in:
parent
a0f9c40dc6
commit
b06c4d4e73
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue