Skip to content

Commit

Permalink
feat(GiniCaptureSDK): Revert the enabling of showing at every launch …
Browse files Browse the repository at this point in the history
…onboarding screen

PP-353
  • Loading branch information
ValentinaIancu-Gini committed Apr 11, 2024
1 parent ea1b677 commit 444474f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ final class AppCoordinator: Coordinator {
configuration.multipageEnabled = true
configuration.flashToggleEnabled = true
configuration.localizedStringsTableName = "LocalizableCustomName"
configuration.onboardingShowAtLaunch = true //for demo purposes User Journey Funnel
configuration.onboardingShowAtLaunch = false
configuration.customDocumentValidations = { document in
// As an example of custom document validation, we add a more strict check for file size
let maxFileSize = 5 * 1024 * 1024
Expand Down

0 comments on commit 444474f

Please sign in to comment.