mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-17 20:40:07 +03:00
Analytics: explicitly optOut, maybe useful for stats captured automatically.
This commit is contained in:
parent
622483cf9f
commit
805fcb6bd3
1 changed files with 1 additions and 0 deletions
|
@ -114,6 +114,7 @@ class DefaultVectorAnalytics @Inject constructor(
|
|||
getUserConsent()
|
||||
.onEach { consent ->
|
||||
userConsent = consent
|
||||
posthog?.optOut(!consent)
|
||||
}
|
||||
.launchIn(GlobalScope)
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue