mirror of
https://github.com/vector-im/element-android.git
synced 2024-11-16 02:05:06 +08:00
Revert "Disable automatic opt-in screen display."
This reverts commit 08def813cc
.
This commit is contained in:
parent
32f2e7d508
commit
6f348813a2
@ -83,12 +83,9 @@ class HomeActivityViewModel @AssistedInject constructor(
|
||||
observeInitialSync()
|
||||
checkSessionPushIsOn()
|
||||
observeCrossSigningReset()
|
||||
// Disable Analytics opt-in automatic display
|
||||
// Waiting for translation and for analytic events to be actually sent
|
||||
// observeAnalytics()
|
||||
observeAnalytics()
|
||||
}
|
||||
|
||||
@Suppress("unused")
|
||||
private fun observeAnalytics() {
|
||||
if (analyticsConfig.isEnabled) {
|
||||
analyticsStore.didAskUserConsentFlow
|
||||
|
Loading…
Reference in New Issue
Block a user