Skip to content

Remove the Wikipedia games announcement popup and its toast - #6761

Open
Zaidusyy wants to merge 4 commits into
wikimedia:mainfrom
Zaidusyy:remove-games-announcement-popup
Open

Remove the Wikipedia games announcement popup and its toast#6761
Zaidusyy wants to merge 4 commits into
wikimedia:mainfrom
Zaidusyy:remove-games-announcement-popup

Conversation

@Zaidusyy

Copy link
Copy Markdown

The Wikipedia games have been around for a while now, so the "Introducing
Wikipedia games" popup and the toast that shows after you close it aren't really
needed anymore. This removes the dialog and its layout, the call in PageFragment,
and the pref/strings that only that popup used.

I kept this to just the games popup for now - the home-feed tooltip listed under
"nice to have" touches some survey logic, so I left it out and it can be a
separate follow-up if wanted.

Ran compileDevDebugKotlin and :app:ktlint locally, both pass.

Bug: T432769

The games have been available for a while, so the onboarding popup and its
accompanying toast are no longer needed. Removes the dialog, its layout, the
unused preference and strings, and the call site in PageFragment.

Bug: T432769
Change-Id: I1cdbe4967dbacea53734dca0b9960046fb16da89
@Zaidusyy
Zaidusyy force-pushed the remove-games-announcement-popup branch from 3a3e777 to 18ef49d Compare July 29, 2026 22:32
@Williamrai

Williamrai commented Aug 13, 2026

Copy link
Copy Markdown
Collaborator

Hi @Zaidusyy Thank you for the PR. It should be okay to remove the home-feed tooltip in this PR. you can simply remove the isHomeFeedUpdateTooltipShown preference check, and the survey should continue to work.

Williamrai and others added 2 commits August 13, 2026 16:29
Per review: removes the isHomeFeedUpdateTooltipShown check, the tooltip itself, and its now-unused preference. The home feed survey no longer depends on the tooltip having been shown.

Bug: T432769
@Zaidusyy

Copy link
Copy Markdown
Author

Thanks @Williamrai done. Removed the tooltip, the isHomeFeedUpdateTooltipShown
check and the now-unused preference; the survey now only depends on
isExploreFeedUpdatePromptShown and the visit count. compileDevDebugKotlin and
:app:ktlint both pass locally.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants