1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-20 10:13:42 +00:00

Merge branch 'master' of github.com:bitwarden/mobile

This commit is contained in:
Kyle Spearrin
2019-11-15 08:55:31 -05:00

View File

@@ -48,7 +48,7 @@ namespace Bit.Core.Models.View
_subTitle = Brand; _subTitle = Brand;
if(Number != null && Number.Length >= 4) if(Number != null && Number.Length >= 4)
{ {
if(string.IsNullOrWhiteSpace(_subTitle)) if(!string.IsNullOrWhiteSpace(_subTitle))
{ {
_subTitle += ", "; _subTitle += ", ";
} }