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

GeneratedPassword events

This commit is contained in:
Kyle Spearrin
2016-08-04 00:50:03 -04:00
parent fef77e94a4
commit ed29ead88e
2 changed files with 2 additions and 0 deletions

View File

@@ -140,6 +140,7 @@ namespace Bit.iOS.Extension
}
GeneratePassword();
_googleAnalyticsService.TrackExtensionEvent("GeneratedPassword");
base.ViewDidLoad();
}