Skip to content

Commit

Permalink
Merge branch 'main' into revert-5135-analytics-yir-bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
tonisevener authored Jan 10, 2025
2 parents 7e9ebac + 5e7a6b5 commit 6315775
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Wikipedia/Code/YearInReviewCoordinator.swift
Original file line number Diff line number Diff line change
Expand Up @@ -639,7 +639,7 @@ final class YearInReviewCoordinator: NSObject, Coordinator {
subtitle: personalizedSaveCountSlideSubtitle(saveCount: count, articleNames: savedSlideData.articleTitles),
loggingID: "save_count_custom",
infoURL: aboutYIRURL,
hideDonateButton: shoudlHideDonateButton())
hideDonateButton: false)
}
}
case .mostReadDay:
Expand Down

0 comments on commit 6315775

Please sign in to comment.