1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-17 08:43:21 +00:00

set password on add page when generation is selected.

This commit is contained in:
Kyle Spearrin
2016-07-15 01:28:12 -04:00
parent b90c153353
commit 4d692e7eeb
2 changed files with 9 additions and 6 deletions

View File

@@ -157,12 +157,15 @@ namespace Bit.iOS.Extension
partial void SelectBarButton_Activated(UIBarButtonItem sender)
{
throw new NotImplementedException();
DismissViewController(true, () =>
{
Parent.PasswordCell.TextField.Text = PasswordLabel.Text;
});
}
partial void CancelBarButton_Activated(UIBarButtonItem sender)
{
throw new NotImplementedException();
DismissViewController(true, null);
}
private void GeneratePassword()