mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 14:17:03 +02:00
Small fix/improvement
This commit is contained in:
@@ -377,6 +377,9 @@ public class FragmentOptionsConnection extends FragmentBase implements SharedPre
|
||||
if (lp != null)
|
||||
sb.append(lp).append("\r\n\r\n");
|
||||
}
|
||||
|
||||
sb.append("Airplane mode=")
|
||||
.append(ConnectionHelper.airplaneMode(context)).append("\r\n\r\n");
|
||||
} catch (Throwable ex) {
|
||||
Log.e(ex);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user