Add the Use Case selection screen to the onboarding flow.

This commit is contained in:
Doug
2022-02-02 12:24:22 +00:00
parent f0cef72d73
commit 295b3eaa99
48 changed files with 1178 additions and 134 deletions
@@ -36,7 +36,7 @@ class PostHogAnalyticsClient: AnalyticsClientProtocol {
}
func identify(id: String) {
postHog?.identify(id)
postHog?.identify(id, properties: nil)
}
func reset() {