mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-17 11:48:51 +03:00
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
1 changed files with 1 additions and 0 deletions
|
@ -71,6 +71,7 @@ class ActiveSessionHolder @Inject constructor(private val sessionObservableStore
|
|||
keyRequestHandler.stop()
|
||||
incomingVerificationRequestHandler.stop()
|
||||
pushRuleTriggerListener.stop()
|
||||
guardServiceStarter.stop()
|
||||
}
|
||||
|
||||
fun hasActiveSession(): Boolean {
|
||||
|
|
Loading…
Add table
Reference in a new issue