Merge "Fix storing the wrong value of mLockdown in setting"
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user