Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 81ae7913 authored by Robin Lee's avatar Robin Lee Committed by Android (Google) Code Review
Browse files

Merge "Clear connected legacy VPN during rescan" into mnc-dev

parents b8df8a29 c4096053
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -234,6 +234,7 @@ public class VpnSettings extends SettingsPreferenceFragment implements
        // Mark out connections with a subtitle
        try {
            // Legacy VPNs
            mConnectedLegacyVpn = null;
            LegacyVpnInfo info = mConnectivityService.getLegacyVpnInfo();
            if (info != null) {
                ConfigPreference preference = mConfigPreferences.get(info.key);