mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-30 01:21:11 +01:00
Refactoring
This commit is contained in:
@@ -20,7 +20,6 @@ package eu.faircode.email;
|
||||
*/
|
||||
|
||||
import android.content.Context;
|
||||
import android.util.Log;
|
||||
|
||||
import java.io.BufferedOutputStream;
|
||||
import java.io.BufferedWriter;
|
||||
@@ -127,7 +126,7 @@ public class EntityAttachment {
|
||||
this.available = true;
|
||||
db.attachment().updateAttachment(this);
|
||||
|
||||
Log.i(Helper.TAG, "Downloaded attachment size=" + this.size);
|
||||
Log.i("Downloaded attachment size=" + this.size);
|
||||
} catch (IOException ex) {
|
||||
// Reset progress on failure
|
||||
this.progress = null;
|
||||
|
||||
Reference in New Issue
Block a user