No need to sort AnalyticsProvider (it was copied from PushProvider)
This commit is contained in:
parent
3622623fa1
commit
d4156653fd
6 changed files with 7 additions and 11 deletions
|
|
@ -33,7 +33,7 @@ class FakeAnalyticsService(
|
|||
private val didAskUserConsentFlow = MutableStateFlow(didAskUserConsent)
|
||||
val capturedEvents = mutableListOf<VectorAnalyticsEvent>()
|
||||
|
||||
override fun getAvailableAnalyticsProviders(): List<AnalyticsProvider> = emptyList()
|
||||
override fun getAvailableAnalyticsProviders(): Set<AnalyticsProvider> = emptySet()
|
||||
|
||||
override fun getUserConsent(): Flow<Boolean> = isEnabledFlow
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue