Remove dead code AnalyticsService.onSignOut.

DefaultAnalyticsService is observing the Session.
This commit is contained in:
Benoit Marty 2024-05-28 17:36:24 +02:00 committed by Benoit Marty
parent 011aba4887
commit 5a1896ae3d
3 changed files with 0 additions and 11 deletions

View file

@ -91,11 +91,6 @@ class DefaultAnalyticsService @Inject constructor(
analyticsStore.setAnalyticsId(analyticsId)
}
override suspend fun onSignOut() {
// stop all providers
analyticsProviders.onEach { it.stop() }
}
override suspend fun onSessionCreated(userId: String) {
// Nothing to do
}