Rename ElementX to Element X. Only for user facing value. In the doc I prefer to keep ElementX.
This commit is contained in:
committed by
Benoit Marty
parent
6174a36d66
commit
f84b2ebbb0
@@ -26,7 +26,7 @@ open class AnalyticsPreferencesStateProvider : PreviewParameterProvider<Analytic
|
||||
}
|
||||
|
||||
fun aAnalyticsPreferencesState() = AnalyticsPreferencesState(
|
||||
applicationName = "ElementX",
|
||||
applicationName = "Element X",
|
||||
isEnabled = false,
|
||||
eventSink = {}
|
||||
)
|
||||
|
||||
@@ -17,8 +17,6 @@
|
||||
package io.element.android.features.analytics.impl
|
||||
|
||||
import androidx.compose.ui.tooling.preview.PreviewParameterProvider
|
||||
import io.element.android.libraries.architecture.Async
|
||||
import io.element.android.libraries.core.meta.BuildMeta
|
||||
import javax.inject.Inject
|
||||
|
||||
open class AnalyticsOptInStateProvider @Inject constructor(
|
||||
@@ -30,6 +28,6 @@ open class AnalyticsOptInStateProvider @Inject constructor(
|
||||
}
|
||||
|
||||
fun aAnalyticsOptInState() = AnalyticsOptInState(
|
||||
applicationName = "ElementX",
|
||||
applicationName = "Element X",
|
||||
eventSink = {}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user