mirror of
https://github.com/bitwarden/android.git
synced 2025-03-07 15:06:02 +03:00
track page appearing
This commit is contained in:
parent
41deae60f5
commit
c86c82ee69
1 changed files with 7 additions and 0 deletions
|
@ -30,5 +30,12 @@ namespace Bit.App.Controls
|
|||
});
|
||||
}
|
||||
}
|
||||
|
||||
protected override void OnAppearing()
|
||||
{
|
||||
var googleAnalyticsService = Resolver.Resolve<IGoogleAnalyticsService>();
|
||||
googleAnalyticsService.TrackPage(GetType().Name);
|
||||
base.OnAppearing();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue