mirror of
https://github.com/bitwarden/android.git
synced 2025-01-12 11:17:30 +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)
|
switch(currentType)
|
||||||
{
|
{
|
||||||
case CharType.Number:
|
case CharType.Number:
|
||||||
{
|
|
||||||
currentSpan.TextColor = Color.DodgerBlue;
|
currentSpan.TextColor = Color.DodgerBlue;
|
||||||
break;
|
break;
|
||||||
}
|
|
||||||
case CharType.Special:
|
case CharType.Special:
|
||||||
{
|
|
||||||
currentSpan.TextColor = Color.Firebrick;
|
currentSpan.TextColor = Color.Firebrick;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
currentSpan.Text += c;
|
currentSpan.Text += c;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue