Merge pull request #4565 from vector-im/feature/adm/dismissing-listening-for-notification-on-signout

Dismissing Fdroid variant `Listening for notifications` on sign out
This commit is contained in:
Benoit Marty 2021-11-29 11:33:53 +01:00 committed by GitHub
commit b889641f2b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

1
changelog.d/4488.bugfix Normal file
View file

@ -0,0 +1 @@
Dismissing the Fdroid variant Listening for notifications on sign out, fixes crash when tapping the notification when signed out

View file

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