1
0
mirror of https://github.com/bitwarden/mobile synced 2026-01-03 09:03:35 +00:00

add item to cred store when added from extension

This commit is contained in:
kspearrin
2018-09-21 20:22:13 -04:00
parent 640beeed23
commit ec9b2d7f7d
3 changed files with 19 additions and 4 deletions

View File

@@ -28,7 +28,7 @@ namespace Bit.iOS.Autofill
async partial void SaveBarButton_Activated(UIBarButtonItem sender)
{
await this.SaveAsync();
await SaveAsync();
}
public override void PrepareForSegue(UIStoryboardSegue segue, NSObject sender)