Commit 8331d32
committed
Fix: Set reinstallUser flag when sync restore user skips onboarding
The SYNC_RESTORE secondary CTA handler was sending ShowSkipOnboardingOption
without setting reinstallUser = true, unlike the analogous
INITIAL_REINSTALL_USER handler. A sync restore user necessarily had the
app installed before, so they should be treated as a reinstall user.
This ensures correct event data when the user later reaches INPUT_SCREEN.1 parent 47a3750 commit 8331d32
File tree
1 file changed
+1
-0
lines changed- app/src/main/java/com/duckduckgo/app/onboarding/ui/page
1 file changed
+1
-0
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
266 | 266 | | |
267 | 267 | | |
268 | 268 | | |
| 269 | + | |
269 | 270 | | |
270 | 271 | | |
271 | 272 | | |
| |||
0 commit comments