mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-31 18:11:03 +01:00
Refactoring
This commit is contained in:
@@ -145,8 +145,8 @@ public class EntityAttachment {
|
||||
Helper.copy(source, target);
|
||||
} catch (IOException ex) {
|
||||
Log.e(ex);
|
||||
db.attachment().setError(aid, Helper.formatThrowable(ex, false));
|
||||
db.attachment().setError(attachment.id, Helper.formatThrowable(ex, false));
|
||||
db.attachment().setError(aid, Log.formatThrowable(ex, false));
|
||||
db.attachment().setError(attachment.id, Log.formatThrowable(ex, false));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user