mirror of
https://github.com/bitwarden/android.git
synced 2024-12-25 02:18:27 +03:00
Merge branch 'master' of github.com:bitwarden/mobile
This commit is contained in:
commit
b0b7f2afdf
1 changed files with 1 additions and 1 deletions
|
@ -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 += ", ";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue