mirror of
https://github.com/M66B/NetGuard.git
synced 2025-02-22 14:21:01 +00:00
Small fix
This commit is contained in:
parent
9d63c93b8b
commit
33c79d6fe6
1 changed files with 1 additions and 0 deletions
|
@ -354,6 +354,7 @@ public class ServiceSinkhole extends VpnService implements SharedPreferences.OnS
|
||||||
Log.i(TAG, "Stopping listening for interactive state changes");
|
Log.i(TAG, "Stopping listening for interactive state changes");
|
||||||
unregisterReceiver(interactiveStateReceiver);
|
unregisterReceiver(interactiveStateReceiver);
|
||||||
registeredInteractiveState = false;
|
registeredInteractiveState = false;
|
||||||
|
last_interactive = false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue