mirror of
https://github.com/vector-im/element-android.git
synced 2024-11-16 02:05:06 +08:00
Posthog: flush queue before optin out.
This commit is contained in:
parent
7bef90109d
commit
c8277e2d43
@ -156,6 +156,8 @@ class DefaultVectorAnalytics @Inject constructor(
|
||||
pendingUserProperties = null
|
||||
}
|
||||
false -> {
|
||||
// When opting out, ensure that the queue is flushed first, or it will be flushed later (after user has revoked consent)
|
||||
posthog?.flush()
|
||||
posthog?.optOut(true)
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user