1
0
Fork 0
mirror of https://github.com/anyproto/anytype-kotlin.git synced 2025-06-08 05:47:05 +09:00

DROID-2198 Analytics | Fix | Fix order of events for join flow (#869)

This commit is contained in:
Evgenii Kozlov 2024-02-14 18:20:01 +01:00 committed by GitHub
parent c03d2cd173
commit 54c9fc0389
Signed by: github
GPG key ID: B5690EEEBB952194
11 changed files with 70 additions and 321 deletions

View file

@ -194,10 +194,7 @@ object EventsDictionary {
enum class ScreenOnboardingStep(val value: String) {
VOID("Void"),
PHRASE("Phrase"),
SOUL("Soul"),
SOUL_CREATING("SoulCreating"),
SPACE_CREATING("SpaceCreating")
PHRASE("Phrase")
}
enum class ClickOnboardingButton(val value: String) {