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:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user