stopping the guard service on sign out

- fixes the listening the notifications lingering around when it's not needed
This commit is contained in:
Adam Brown 2021-11-26 09:36:55 +00:00
parent 540158316e
commit 4986e9713b
1 changed files with 1 additions and 0 deletions

View File

@ -71,6 +71,7 @@ class ActiveSessionHolder @Inject constructor(private val sessionObservableStore
keyRequestHandler.stop()
incomingVerificationRequestHandler.stop()
pushRuleTriggerListener.stop()
guardServiceStarter.stop()
}
fun hasActiveSession(): Boolean {