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