1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-05 23:53:33 +00:00

custom fields add/edit

This commit is contained in:
Kyle Spearrin
2019-05-08 23:13:10 -04:00
parent 49c355e52f
commit 866a20ed5a
5 changed files with 237 additions and 56 deletions

View File

@@ -61,5 +61,10 @@ namespace Bit.App.Pages
{
_vm.AddUri();
}
private void NewField_Clicked(object sender, System.EventArgs e)
{
_vm.AddField();
}
}
}