[PR #6676] [PM-33553] fix: Remove "Why am I seeing this?" link from cookie sync screen #12919

Closed
opened 2026-04-11 03:53:34 -05:00 by GiteaMirror · 0 comments
Owner

Original Pull Request: https://github.com/bitwarden/android/pull/6676

State: closed
Merged: Yes


🎟️ Tracking

https://bitwarden.atlassian.net/browse/PM-33553

📔 Objective

Remove the "Why am I seeing this?" text button and link from the "Sync with browser" (cookie acquisition) screen.

The link currently directs users to a generic help page (bitwarden.com/help) that provides no relevant information about the cookie sync feature. The docs team confirmed there is no appropriate destination for this link, so it is removed entirely per PM-33553.

Changes:

  • Removed WhyAmISeeingThisClick action, NavigateToHelp event, and HELP_URL constant from CookieAcquisitionViewModel
  • Removed onWhyAmISeeingThisClick handler from CookieAcquisitionHandler
  • Removed BitwardenTextButton and NavigateToHelp event handling from CookieAcquisitionScreen
  • Removed corresponding test cases from ViewModel and Screen tests

Note: The why_am_i_seeing_this string resource is retained as it is still used by MigrateToMyItemsScreen.

**Original Pull Request:** https://github.com/bitwarden/android/pull/6676 **State:** closed **Merged:** Yes --- ## 🎟️ Tracking https://bitwarden.atlassian.net/browse/PM-33553 ## 📔 Objective Remove the "Why am I seeing this?" text button and link from the "Sync with browser" (cookie acquisition) screen. The link currently directs users to a generic help page (`bitwarden.com/help`) that provides no relevant information about the cookie sync feature. The docs team confirmed there is no appropriate destination for this link, so it is removed entirely per PM-33553. **Changes:** - Removed `WhyAmISeeingThisClick` action, `NavigateToHelp` event, and `HELP_URL` constant from `CookieAcquisitionViewModel` - Removed `onWhyAmISeeingThisClick` handler from `CookieAcquisitionHandler` - Removed `BitwardenTextButton` and `NavigateToHelp` event handling from `CookieAcquisitionScreen` - Removed corresponding test cases from ViewModel and Screen tests Note: The `why_am_i_seeing_this` string resource is retained as it is still used by `MigrateToMyItemsScreen`.
GiteaMirror added the pull-request label 2026-04-11 03:53:34 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/android#12919