Merge "Fix storing the wrong value of mLockdown in setting"

This commit is contained in:
Treehugger Robot
2020-10-14 10:57:44 +00:00
committed by Gerrit Code Review

View File

@@ -1608,7 +1608,7 @@ public class Vpn {
*/ */
public synchronized void onUserStopped() { public synchronized void onUserStopped() {
// Switch off networking lockdown (if it was enabled) // Switch off networking lockdown (if it was enabled)
setLockdown(false); setVpnForcedLocked(false);
mAlwaysOn = false; mAlwaysOn = false;
// Quit any active connections // Quit any active connections