mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 06:38:29 +02:00
Added airplane mode to debug info
This commit is contained in:
@@ -1856,6 +1856,7 @@ 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, "Airplane=" + ConnectionHelper.airplaneMode(context) + "\r\n");
|
||||
}
|
||||
|
||||
db.attachment().setDownloaded(attachment.id, size);
|
||||
|
||||
Reference in New Issue
Block a user