mirror of
https://github.com/bitwarden/mobile.git
synced 2024-11-30 12:54:24 +01:00
Merge branch 'master' of github.com:bitwarden/mobile
This commit is contained in:
commit
b0b7f2afdf
@ -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 += ", ";
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user