mirror of
https://github.com/bitwarden/mobile
synced 2025-12-29 14:43:50 +00:00
Building out tools page options
This commit is contained in:
@@ -17,6 +17,10 @@ namespace Bit.iOS.Controls
|
||||
if(cell != null)
|
||||
{
|
||||
cell.BackgroundColor = extendedCell.BackgroundColor.ToUIColor();
|
||||
if(extendedCell.ShowDisclousure)
|
||||
{
|
||||
cell.Accessory = UITableViewCellAccessory.DisclosureIndicator;
|
||||
}
|
||||
}
|
||||
|
||||
return cell;
|
||||
|
||||
Reference in New Issue
Block a user