[PR #1081] [MERGED] fix issue with biometric validation #77971

Closed
opened 2026-05-19 15:12:58 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/1081
Author: @mpbw2
Created: 9/21/2020
Status: Merged
Merged: 9/21/2020
Merged by: @mpbw2

Base: masterHead: bugfix-androidbio


📝 Commits (2)

  • 4d04cd6 fix issue with biometric validation
  • 28e60f4 null check key & cipher

📊 Changes

1 file changed (+22 additions, -9 deletions)

View changed files

📝 src/Android/Services/BiometricService.cs (+22 -9)

📄 Description

Key generation seems to be failing on some devices (possibly those which were originally setup when only the fingerprint API was supported and were later upgraded to a version of Android that supported the biometric API). We're allowing those to silently fail in order for biometrics to continue to function.


🔄 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/1081 **Author:** [@mpbw2](https://github.com/mpbw2) **Created:** 9/21/2020 **Status:** ✅ Merged **Merged:** 9/21/2020 **Merged by:** [@mpbw2](https://github.com/mpbw2) **Base:** `master` ← **Head:** `bugfix-androidbio` --- ### 📝 Commits (2) - [`4d04cd6`](https://github.com/bitwarden/android/commit/4d04cd6c55324383402cca9a633161a59d8c144f) fix issue with biometric validation - [`28e60f4`](https://github.com/bitwarden/android/commit/28e60f43cc203fdd30a8036089b397d71ada5e76) null check key & cipher ### 📊 Changes **1 file changed** (+22 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `src/Android/Services/BiometricService.cs` (+22 -9) </details> ### 📄 Description Key generation seems to be failing on some devices (possibly those which were originally setup when only the fingerprint API was supported and were later upgraded to a version of Android that supported the biometric API). We're allowing those to silently fail in order for biometrics to continue to function. --- <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-19 15:12:58 -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#77971