mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-01-20 21:40:56 +01:00
Disable automatic opt-in screen display.
We want to wait for translations to be available in the project before showing this screen to every users.
This commit is contained in:
parent
f4cfb5d6d3
commit
08def813cc
@ -83,9 +83,12 @@ class HomeActivityViewModel @AssistedInject constructor(
|
||||
observeInitialSync()
|
||||
checkSessionPushIsOn()
|
||||
observeCrossSigningReset()
|
||||
observeAnalytics()
|
||||
// Disable Analytics opt-in automatic display
|
||||
// Waiting for translation and for analytic events to be actually sent
|
||||
// observeAnalytics()
|
||||
}
|
||||
|
||||
@Suppress("unused")
|
||||
private fun observeAnalytics() {
|
||||
if (analyticsConfig.isEnabled) {
|
||||
analyticsStore.didAskUserConsentFlow
|
||||
|
Loading…
Reference in New Issue
Block a user