mirror of
https://github.com/bitwarden/mobile
synced 2026-01-04 09:33:16 +00:00
fix analytics for autofill events
This commit is contained in:
@@ -5,7 +5,7 @@ namespace Bit.iOS.Autofill
|
||||
{
|
||||
public partial class PasswordGeneratorViewController : Core.Controllers.PasswordGeneratorViewController
|
||||
{
|
||||
public PasswordGeneratorViewController(IntPtr handle) : base(handle)
|
||||
public PasswordGeneratorViewController(IntPtr handle) : base(handle, true)
|
||||
{ }
|
||||
|
||||
public LoginAddViewController Parent { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user