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

manage URIS on add/edit

This commit is contained in:
Kyle Spearrin
2019-05-08 16:49:32 -04:00
parent 8d0dc2d230
commit 49c355e52f
3 changed files with 109 additions and 0 deletions

View File

@@ -56,5 +56,10 @@ namespace Bit.App.Pages
await _vm.SubmitAsync();
}
}
private void NewUri_Clicked(object sender, System.EventArgs e)
{
_vm.AddUri();
}
}
}