mirror of
https://github.com/bitwarden/mobile
synced 2025-12-19 17:53:47 +00:00
fix analytics for autofill events
This commit is contained in:
@@ -18,6 +18,7 @@ namespace Bit.iOS.Extension
|
||||
|
||||
public override Action Success => () =>
|
||||
{
|
||||
_googleAnalyticsService.TrackExtensionEvent("CreatedLogin");
|
||||
if(LoginListController != null)
|
||||
{
|
||||
LoginListController.DismissModal();
|
||||
|
||||
@@ -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