mirror of
https://github.com/bitwarden/mobile
synced 2025-12-25 20:53:25 +00:00
make sure PIN doesnt show on screen. adjust focus.
This commit is contained in:
@@ -66,6 +66,11 @@ namespace Bit.Android.Controls
|
||||
{
|
||||
Control.Typeface = Typeface.Monospace;
|
||||
}
|
||||
|
||||
if(_view.HideCursor)
|
||||
{
|
||||
Control.SetCursorVisible(false);
|
||||
}
|
||||
}
|
||||
|
||||
private void ToggleIsPassword(object sender, EventArgs e)
|
||||
|
||||
Reference in New Issue
Block a user