mirror of
https://github.com/bitwarden/mobile
synced 2025-12-05 23:53:33 +00:00
set placeholder first
This commit is contained in:
@@ -39,11 +39,11 @@ namespace Bit.App.Controls
|
||||
Icon.Source = null;
|
||||
if(BindingContext is VaultListPageModel.Cipher item)
|
||||
{
|
||||
Icon.Source = item.Icon;
|
||||
if(item.Type == Enums.CipherType.Login)
|
||||
{
|
||||
Icon.LoadingPlaceholder = "login.png";
|
||||
}
|
||||
Icon.Source = item.Icon;
|
||||
}
|
||||
|
||||
base.OnBindingContextChanged();
|
||||
|
||||
Reference in New Issue
Block a user