Rename ElementX to Element X. Only for user facing value. In the doc I prefer to keep ElementX.
This commit is contained in:
parent
8851479d19
commit
011f7a1064
4 changed files with 6 additions and 8 deletions
|
|
@ -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 = {}
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue