mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-17 03:38:43 +03:00
Analytics: fix always null identity property
This commit is contained in:
parent
8d7e9baf85
commit
a19642cd8e
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ data class Identity(
|
|||
|
||||
override fun getProperties(): Map<String, Any?>? {
|
||||
return mutableMapOf<String, Any?>().apply {
|
||||
put("ftueUseCaseSelection", null)
|
||||
put("ftueUseCaseSelection", ftueUseCaseSelection?.name)
|
||||
}.takeIf { it.isNotEmpty() }
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue