mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 22:56:33 +02:00
Delegate network switching
This commit is contained in:
@@ -1523,7 +1523,6 @@ public class Log {
|
||||
size += write(os, "Suitable=" + state.isSuitable() + "\r\n");
|
||||
size += write(os, "Unmetered=" + state.isUnmetered() + "\r\n");
|
||||
size += write(os, "Roaming=" + state.isRoaming() + "\r\n");
|
||||
size += write(os, "Type=" + state.getType() + "\r\n\r\n");
|
||||
}
|
||||
|
||||
db.attachment().setDownloaded(attachment.id, size);
|
||||
|
||||
Reference in New Issue
Block a user