[PR #1063] [MERGED] Fix iOS biometric unlock #2725

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

📋 Pull Request Information

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

Base: masterHead: bugfix-biostate


📝 Commits (1)

  • 769f301 fix state comparison (value vs instance)

📊 Changes

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

View changed files

📝 src/iOS.Core/Services/BiometricService.cs (+1 -1)

📄 Description

Fixed comparison of stored state string to use value instead of instance (manifested itself as a "biometrics changed, login with master password" error on lock screen)


🔄 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/1063 **Author:** [@mpbw2](https://github.com/mpbw2) **Created:** 9/9/2020 **Status:** ✅ Merged **Merged:** 9/9/2020 **Merged by:** [@mpbw2](https://github.com/mpbw2) **Base:** `master` ← **Head:** `bugfix-biostate` --- ### 📝 Commits (1) - [`769f301`](https://github.com/bitwarden/android/commit/769f3011c45895b8f4504f0ea4bd8c6eb313051b) fix state comparison (value vs instance) ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/iOS.Core/Services/BiometricService.cs` (+1 -1) </details> ### 📄 Description Fixed comparison of stored state string to use value instead of instance (manifested itself as a "biometrics changed, login with master password" error on lock screen) --- <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:23:15 -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#2725