mirror of
https://github.com/bitwarden/mobile
synced 2025-12-11 05:43:30 +00:00
formatting fixes
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user