mirror of
https://github.com/bitwarden/mobile.git
synced 2025-01-25 21:41:26 +01:00
formatting fixes
This commit is contained in:
parent
421f7e8799
commit
fdea212415
@ -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 New Issue
Block a user