mirror of
https://github.com/bitwarden/mobile
synced 2025-12-26 05:03:39 +00:00
icon resources for android. more places for extended obs collection.
This commit is contained in:
@@ -26,8 +26,7 @@ namespace Bit.Android.Controls
|
||||
|
||||
if(extendedCell.ShowDisclousure)
|
||||
{
|
||||
// TODO: different image
|
||||
var resourceId = Resource.Drawable.fa_folder_open;
|
||||
var resourceId = Resource.Drawable.ion_chevron_right;
|
||||
if(!string.IsNullOrWhiteSpace(extendedCell.DisclousureImage))
|
||||
{
|
||||
var fileName = System.IO.Path.GetFileNameWithoutExtension(extendedCell.DisclousureImage);
|
||||
|
||||
Reference in New Issue
Block a user