1
0
mirror of https://github.com/bitwarden/mobile synced 2026-01-03 09:03:35 +00:00

Tracked a few events in the main app.

This commit is contained in:
Kyle Spearrin
2016-08-04 00:32:37 -04:00
parent 561c972c96
commit 7ba4baa5ce
4 changed files with 17 additions and 3 deletions

View File

@@ -184,6 +184,7 @@ namespace Bit.App
private void Logout(string logoutMessage)
{
_authService.LogOut();
_googleAnalyticsService.TrackAppEvent("LoggedOut");
_googleAnalyticsService.RefreshUserId();
_pushNotification.Unregister();
Current.MainPage = new HomePage();