diff --git a/src/App/Controls/CipherViewCell/CipherViewCell.xaml b/src/App/Controls/CipherViewCell/CipherViewCell.xaml index 3dc3e0cee..2cb827cd9 100644 --- a/src/App/Controls/CipherViewCell/CipherViewCell.xaml +++ b/src/App/Controls/CipherViewCell/CipherViewCell.xaml @@ -29,6 +29,9 @@ diff --git a/src/App/Controls/CipherViewCell/CipherViewCell.xaml.cs b/src/App/Controls/CipherViewCell/CipherViewCell.xaml.cs index 8a0c62949..420ce82a7 100644 --- a/src/App/Controls/CipherViewCell/CipherViewCell.xaml.cs +++ b/src/App/Controls/CipherViewCell/CipherViewCell.xaml.cs @@ -52,13 +52,13 @@ namespace Bit.App.Controls image = loginIconImage.Item2; break; case CipherType.SecureNote: - icon = ""; + icon = ""; break; case CipherType.Card: - icon = ""; + icon = ""; break; case CipherType.Identity: - icon = ""; + icon = ""; break; default: break; @@ -83,7 +83,7 @@ namespace Bit.App.Controls private Tuple GetLoginIconImage(CipherView cipher) { - string icon = ""; + string icon = ""; string image = null; var imageEnabled = true; if(cipher.Login.Uri != null) @@ -93,11 +93,11 @@ namespace Bit.App.Controls if(hostnameUri.StartsWith(Constants.AndroidAppProtocol)) { - icon = ""; + icon = ""; } else if(hostnameUri.StartsWith(Constants.iOSAppProtocol)) { - icon = ""; + icon = ""; } else if(imageEnabled && !hostnameUri.Contains("://") && hostnameUri.Contains(".")) { diff --git a/src/App/Styles/Base.xaml b/src/App/Styles/Base.xaml index 3ba794791..12a0155aa 100644 --- a/src/App/Styles/Base.xaml +++ b/src/App/Styles/Base.xaml @@ -58,7 +58,7 @@ + Value="Large" />