mirror of
https://github.com/bitwarden/mobile
synced 2026-01-06 02:23:57 +00:00
fix analytics for autofill events
This commit is contained in:
@@ -17,6 +17,7 @@ namespace Bit.iOS.Autofill
|
||||
|
||||
public override Action Success => () =>
|
||||
{
|
||||
_googleAnalyticsService.TrackAutofillExtensionEvent("CreatedLogin");
|
||||
LoginListController?.DismissModal();
|
||||
};
|
||||
|
||||
|
||||
@@ -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