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

Commit 917a2aa1 authored by Sreeram Ramachandran's avatar Sreeram Ramachandran Committed by Android Git Automerger
Browse files

am 022adc96: am 7618c339: am c52817e9: Fix issues with noticing that a VPN interface is gone.

* commit '022adc9668b8dee2e05738a3cedfeafa6a2835b8':
  Fix issues with noticing that a VPN interface is gone.
parents 1b67448f 49acdf68
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -495,9 +495,6 @@ public class Vpn {
            throw e;
        }
        Log.i(TAG, "Established by " + config.user + " on " + mInterface);

        // TODO: ensure that contract class eventually marks as connected
        updateState(DetailedState.AUTHENTICATING, "establish");
        return tun;
    }