mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 06:08:31 +02:00
Show VPN status in connection debug panel
This commit is contained in:
@@ -434,6 +434,8 @@ public class FragmentOptionsConnection extends FragmentBase implements SharedPre
|
||||
sb.append(lp).append("\r\n\r\n");
|
||||
}
|
||||
|
||||
sb.append("VPN=")
|
||||
.append(ConnectionHelper.vpnActive(context)).append("\r\n");
|
||||
sb.append("Airplane mode=")
|
||||
.append(ConnectionHelper.airplaneMode(context)).append("\r\n");
|
||||
} catch (Throwable ex) {
|
||||
|
||||
Reference in New Issue
Block a user