mirror of
https://github.com/bitwarden/mobile
synced 2025-12-20 10:13:42 +00:00
change dot to bullet
This commit is contained in:
@@ -92,7 +92,7 @@ namespace Bit.iOS.Extension
|
||||
var newText = string.Empty;
|
||||
for(int i = 0; i < 4; i++)
|
||||
{
|
||||
newText += PinTextField.Text.Length <= i ? "- " : "● ";
|
||||
newText += PinTextField.Text.Length <= i ? "- " : "• ";
|
||||
}
|
||||
|
||||
PinLabel.Text = newText.TrimEnd();
|
||||
|
||||
Reference in New Issue
Block a user