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:
parent
c03d2cd173
commit
54c9fc0389
11 changed files with 70 additions and 321 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue