[PR #1956] [MERGED] [SG-396] Fix tappable area after hiding account switching on Autofill #3252

Closed
opened 2025-11-26 23:30:18 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/1956
Author: @fedemkr
Created: 6/16/2022
Status: Merged
Merged: 6/16/2022
Merged by: @fedemkr

Base: masterHead: bug/SG-396-fix-select-vault-items-after-ac-switching-hide


📝 Commits (1)

  • aa1133f SG-396 Fix tappable area after hiding account switching

📊 Changes

2 files changed (+19 additions, -2 deletions)

View changed files

📝 src/App/Controls/AccountSwitchingOverlay/AccountSwitchingOverlayView.xaml.cs (+4 -0)
📝 src/iOS.Core/Utilities/AccountSwitchingOverlayHelper.cs (+15 -2)

📄 Description

Type of change

  • Bug fix
  • New feature development
  • Tech debt (refactoring, code cleanup, dependency upgrades, etc)
  • Build/deploy pipeline (DevOps)
  • Other

Objective

On Autofill, after hiding the account switching overlay the user can't select any items. So this fixes the tap area.

Code changes

  • AccountSwitchingOverlayView.xaml.cs: Added AfterHide action to invoke after hiding the account switching overlay
  • AccountSwitchingOverlayHelper.cs: Hide the container of the account switching overlay after the overlay hidden animation finishes. Fix one tiny animation issue when displaying the overlay

Before you submit

  • I have checked for formatting errors (dotnet tool run dotnet-format --check) (required)
  • I have added unit tests where it makes sense to do so (encouraged but not required)
  • This change requires a documentation update (notify the documentation team)
  • This change has particular deployment requirements (notify the DevOps team)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/bitwarden/android/pull/1956 **Author:** [@fedemkr](https://github.com/fedemkr) **Created:** 6/16/2022 **Status:** ✅ Merged **Merged:** 6/16/2022 **Merged by:** [@fedemkr](https://github.com/fedemkr) **Base:** `master` ← **Head:** `bug/SG-396-fix-select-vault-items-after-ac-switching-hide` --- ### 📝 Commits (1) - [`aa1133f`](https://github.com/bitwarden/android/commit/aa1133fff4104f5e1f6872ebce3adae175eb6963) SG-396 Fix tappable area after hiding account switching ### 📊 Changes **2 files changed** (+19 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/App/Controls/AccountSwitchingOverlay/AccountSwitchingOverlayView.xaml.cs` (+4 -0) 📝 `src/iOS.Core/Utilities/AccountSwitchingOverlayHelper.cs` (+15 -2) </details> ### 📄 Description ## Type of change - [X] Bug fix - [ ] New feature development - [ ] Tech debt (refactoring, code cleanup, dependency upgrades, etc) - [ ] Build/deploy pipeline (DevOps) - [ ] Other ## Objective <!--Describe what the purpose of this PR is. For example: what bug you're fixing or what new feature you're adding--> On Autofill, after hiding the account switching overlay the user can't select any items. So this fixes the tap area. ## Code changes <!--Explain the changes you've made to each file or major component. This should help the reviewer understand your changes--> <!--Also refer to any related changes or PRs in other repositories--> * **AccountSwitchingOverlayView.xaml.cs:** Added `AfterHide` action to invoke after hiding the account switching overlay * **AccountSwitchingOverlayHelper.cs:** Hide the container of the account switching overlay after the overlay hidden animation finishes. Fix one tiny animation issue when displaying the overlay ## Before you submit - [X] I have checked for formatting errors (`dotnet tool run dotnet-format --check`) (required) - [ ] I have added **unit tests** where it makes sense to do so (encouraged but not required) - [ ] This change requires a **documentation update** (notify the documentation team) - [ ] This change has particular **deployment requirements** (notify the DevOps team) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-26 23:30:18 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/android#3252