mirror of
https://github.com/bitwarden/android.git
synced 2024-12-25 02:18:27 +03:00
[Icons] - BUG - Update groupings icon for collections (#1773)
This commit is contained in:
parent
e4230ac4f6
commit
615136be96
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ namespace Bit.App.Pages
|
|||
}
|
||||
else if (Collection != null)
|
||||
{
|
||||
_icon = BitwardenIcons.Globe;
|
||||
_icon = BitwardenIcons.Collection;
|
||||
}
|
||||
else if (Type != null)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue