mirror of
https://github.com/bitwarden/android.git
synced 2024-12-24 18:08:26 +03:00
formatting fixes
This commit is contained in:
parent
421f7e8799
commit
fdea212415
1 changed files with 7 additions and 11 deletions
|
@ -61,17 +61,13 @@ namespace Bit.App.Utilities
|
|||
switch(currentType)
|
||||
{
|
||||
case CharType.Number:
|
||||
{
|
||||
currentSpan.TextColor = Color.DodgerBlue;
|
||||
break;
|
||||
}
|
||||
case CharType.Special:
|
||||
{
|
||||
currentSpan.TextColor = Color.Firebrick;
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
currentSpan.Text += c;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue