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

fix analytics for autofill events

This commit is contained in:
Kyle Spearrin
2018-09-20 23:02:53 -04:00
parent f57db917d1
commit cc9a4a288a
6 changed files with 37 additions and 10 deletions

View File

@@ -5,7 +5,7 @@ namespace Bit.iOS.Extension
{
public partial class PasswordGeneratorViewController : Core.Controllers.PasswordGeneratorViewController
{
public PasswordGeneratorViewController(IntPtr handle) : base(handle)
public PasswordGeneratorViewController(IntPtr handle) : base(handle, false)
{ }
public LoginAddViewController Parent { get; set; }