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

Commit aca5e7e3 authored by Robin Lee's avatar Robin Lee
Browse files

Take out nested synchronisation from LockdownVpn

Change-Id: I58425c34666b21deffe080cbfc01df7798b422d0
parent 5d7e9516
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) {