-
-
Notifications
You must be signed in to change notification settings - Fork 765
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
Pop up log in for logged out users #5086
base: main
Are you sure you want to change the base?
Conversation
# Conflicts: # Wikipedia/iOS Native Localizations/en.lproj/Localizable.strings
alert.addAction(action1) | ||
alert.addAction(action2) | ||
|
||
DonateFunnel.shared.logYearInReviewLoginPromptDidAppearProfile() |
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.
Maybe move this inside
if let presentedViewController = navigationController.presentedViewController { ...
on line 217
so we only log it when it's actually presented instead of logging when it's created.
@@ -405,6 +405,7 @@ final class YearInReviewCoordinator: NSObject, Coordinator { | |||
} | |||
|
|||
func start() { | |||
|
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.
very minor - remove extra whitespace
Phabricator:
https://phabricator.wikimedia.org/T379794
Notes
Test Steps
Screenshots/Videos
Simulator.Screen.Recording.-.iPhone.15.Plus.-.2024-11-20.at.14.19.42.mp4