Small fix/improvement

This commit is contained in:
M66B
2021-02-25 08:44:15 +01:00
parent 557a6c933e
commit d002f5bc21
2 changed files with 4 additions and 1 deletions

View File

@@ -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);
}