Small fix

This commit is contained in:
M66B 2019-04-27 08:58:53 +02:00
parent 9d63c93b8b
commit 33c79d6fe6
1 changed files with 1 additions and 0 deletions

View File

@ -354,6 +354,7 @@ public class ServiceSinkhole extends VpnService implements SharedPreferences.OnS
Log.i(TAG, "Stopping listening for interactive state changes");
unregisterReceiver(interactiveStateReceiver);
registeredInteractiveState = false;
last_interactive = false;
}
}