mirror of
https://github.com/bitwarden/android.git
synced 2024-12-25 18:38:27 +03:00
fix issue with bio unlock button visibility (#1098)
This commit is contained in:
parent
e31a7e5236
commit
0359705361
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ namespace Bit.App.Pages
|
||||||
private bool _pinLock;
|
private bool _pinLock;
|
||||||
private bool _biometricLock;
|
private bool _biometricLock;
|
||||||
private bool _biometricIntegrityValid = true;
|
private bool _biometricIntegrityValid = true;
|
||||||
private bool _biometricButtonVisible = true;
|
private bool _biometricButtonVisible;
|
||||||
private string _biometricButtonText;
|
private string _biometricButtonText;
|
||||||
private string _loggedInAsText;
|
private string _loggedInAsText;
|
||||||
private string _lockedVerifyText;
|
private string _lockedVerifyText;
|
||||||
|
|
Loading…
Reference in a new issue