1
0
mirror of https://github.com/bitwarden/mobile.git synced 2024-06-28 10:54:59 +02:00

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

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

View File

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