-
-
Notifications
You must be signed in to change notification settings - Fork 738
YiR: wire up instrumentation #6062
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
Hi @dbrant @Williamrai, This is ready for review, and there is one issue waiting for another PR to be resolved, but overall this is ready. |
app/src/main/java/org/wikipedia/yearinreview/YearInReviewOnboardingScreen.kt
Show resolved
Hide resolved
app/src/main/java/org/wikipedia/yearinreview/YearInReviewOnboardingScreen.kt
Show resolved
Hide resolved
app/src/main/java/org/wikipedia/settings/SettingsPreferenceLoader.kt
Outdated
Show resolved
Hide resolved
| action = "impression", | ||
| slide = pages[page].slideName | ||
| ) | ||
| } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be placed inside a LaunchedEffect(pagerState.currentPage) to avoid sending multiple events when the screen recomposes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done!
Phabricator:
https://phabricator.wikimedia.org/T405507