mirror of
https://github.com/bitwarden/android.git
synced 2024-12-25 18:38:27 +03:00
Set background of biometricCell from theme (#1744)
This commit is contained in:
parent
a183861b87
commit
fba5ecf304
1 changed files with 1 additions and 0 deletions
|
@ -59,6 +59,7 @@ namespace Bit.iOS.Core.Controllers
|
||||||
get
|
get
|
||||||
{
|
{
|
||||||
var cell = new UITableViewCell();
|
var cell = new UITableViewCell();
|
||||||
|
cell.BackgroundColor = ThemeHelpers.BackgroundColor;
|
||||||
if (_biometricIntegrityValid)
|
if (_biometricIntegrityValid)
|
||||||
{
|
{
|
||||||
var biometricButtonText = _deviceActionService.SupportsFaceBiometric() ?
|
var biometricButtonText = _deviceActionService.SupportsFaceBiometric() ?
|
||||||
|
|
Loading…
Reference in a new issue