stopping the guard service on sign out
- fixes the listening the notifications lingering around when it's not needed
This commit is contained in:
parent
540158316e
commit
4986e9713b
|
@ -71,6 +71,7 @@ class ActiveSessionHolder @Inject constructor(private val sessionObservableStore
|
|||
keyRequestHandler.stop()
|
||||
incomingVerificationRequestHandler.stop()
|
||||
pushRuleTriggerListener.stop()
|
||||
guardServiceStarter.stop()
|
||||
}
|
||||
|
||||
fun hasActiveSession(): Boolean {
|
||||
|
|
Loading…
Reference in New Issue