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

Commit 49acdf68 authored by Sreeram Ramachandran's avatar Sreeram Ramachandran Committed by Android Git Automerger
Browse files

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

* commit '7618c3396e7d047117528fd9aea06eca6dbae71c':
  Fix issues with noticing that a VPN interface is gone.
parents 6d37b59c 4cff14e7
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;
    }