mirror of
https://github.com/bitwarden/mobile
synced 2025-12-10 13:23:39 +00:00
fix issue with bio unlock button visibility (#1098)
This commit is contained in:
@@ -33,7 +33,7 @@ namespace Bit.App.Pages
|
||||
private bool _pinLock;
|
||||
private bool _biometricLock;
|
||||
private bool _biometricIntegrityValid = true;
|
||||
private bool _biometricButtonVisible = true;
|
||||
private bool _biometricButtonVisible;
|
||||
private string _biometricButtonText;
|
||||
private string _loggedInAsText;
|
||||
private string _lockedVerifyText;
|
||||
|
||||
Reference in New Issue
Block a user