1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-23 11:43:49 +00:00

Added toggle apssword button to add site page as well

This commit is contained in:
Kyle Spearrin
2016-11-07 22:46:15 -05:00
parent db6ceea711
commit 9718e5aace
3 changed files with 18 additions and 8 deletions

View File

@@ -70,6 +70,7 @@ namespace Bit.App.Controls
if(ToggleIsPassword == null)
{
IsPassword = IsPasswordFromToggled = !IsPassword;
Focus();
}
else
{