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

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

Merge "Take out nested synchronisation from LockdownVpn"

parents 857ff2e9 aca5e7e3
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -239,10 +239,8 @@ public class LockdownVpnTracker {
            throw new RuntimeException("Problem setting firewall rules", e);
        }

        synchronized (mStateLock) {
        handleStateChangedLocked();
    }
    }

    public void shutdown() {
        synchronized (mStateLock) {