mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-01 11:46:57 +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()
|
observeInitialSync()
|
||||||
checkSessionPushIsOn()
|
checkSessionPushIsOn()
|
||||||
observeCrossSigningReset()
|
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() {
|
private fun observeAnalytics() {
|
||||||
if (analyticsConfig.isEnabled) {
|
if (analyticsConfig.isEnabled) {
|
||||||
analyticsStore.didAskUserConsentFlow
|
analyticsStore.didAskUserConsentFlow
|
||||||
|
Loading…
x
Reference in New Issue
Block a user