Remove dead code AnalyticsService.onSignOut.
DefaultAnalyticsService is observing the Session.
This commit is contained in:
parent
011aba4887
commit
5a1896ae3d
3 changed files with 0 additions and 11 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue