[PR #3230] [MERGED] [PM-7255] Fix autofill cancelling the request producing inconsistent behavior #61374

Closed
opened 2026-05-12 00:39:46 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/3230
Author: @fedemkr
Created: 5/8/2024
Status: Merged
Merged: 5/8/2024
Merged by: @fedemkr

Base: mainHead: mobiletf/pm-7255/fix-autofill-inconsistent


📝 Commits (2)

  • 6a970ac PM-7255 Fix autofill cancelling the request on password autofill because of wrong safeguard
  • d3ab27d PM-7255 Clear code no longer used

📊 Changes

2 files changed (+6 additions, -8 deletions)

View changed files

📝 src/iOS.Autofill/CredentialProviderViewController.Passkeys.cs (+0 -5)
📝 src/iOS.Autofill/CredentialProviderViewController.cs (+6 -3)

📄 Description

Type of change

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

Objective

Fix autofill cancelling the request producing inconsistent behavior on passwords because of Fido2 check safeguard.

Code changes

  • CredentialProviderViewController: Changed the safeguard for iOS < 17 to only check if the context is for passkeys/fido2 which previously was wrongly checking the condition.

Before you submit

  • Please check for formatting errors (dotnet format --verify-no-changes) (required)
  • Please add unit tests where it makes sense to do so (encouraged but not required)
  • If this change requires a documentation update - notify the documentation team
  • If 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/3230 **Author:** [@fedemkr](https://github.com/fedemkr) **Created:** 5/8/2024 **Status:** ✅ Merged **Merged:** 5/8/2024 **Merged by:** [@fedemkr](https://github.com/fedemkr) **Base:** `main` ← **Head:** `mobiletf/pm-7255/fix-autofill-inconsistent` --- ### 📝 Commits (2) - [`6a970ac`](https://github.com/bitwarden/android/commit/6a970ac61d1e02cff38c7ec289cc2d2b5fba3005) PM-7255 Fix autofill cancelling the request on password autofill because of wrong safeguard - [`d3ab27d`](https://github.com/bitwarden/android/commit/d3ab27d2512c66c8812ec238c5ee64f3cc2ee916) PM-7255 Clear code no longer used ### 📊 Changes **2 files changed** (+6 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `src/iOS.Autofill/CredentialProviderViewController.Passkeys.cs` (+0 -5) 📝 `src/iOS.Autofill/CredentialProviderViewController.cs` (+6 -3) </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--> Fix autofill cancelling the request producing inconsistent behavior on passwords because of Fido2 check safeguard. ## 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--> * **CredentialProviderViewController:** Changed the safeguard for iOS < 17 to only check if the context is for passkeys/fido2 which previously was wrongly checking the condition. ## Before you submit - Please check for formatting errors (`dotnet format --verify-no-changes`) (required) - Please add **unit tests** where it makes sense to do so (encouraged but not required) - If this change requires a **documentation update** - notify the documentation team - If 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 2026-05-12 00:39:46 -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#61374