mirror of
https://github.com/bitwarden/mobile
synced 2026-01-12 13:34:04 +00:00
reset for v2
This commit is contained in:
@@ -1,21 +0,0 @@
|
||||
using Bit.App.Abstractions;
|
||||
using System;
|
||||
using UIKit;
|
||||
using XLabs.Ioc;
|
||||
|
||||
namespace Bit.iOS.Core.Controllers
|
||||
{
|
||||
public class ExtendedUITableViewController : UITableViewController
|
||||
{
|
||||
public ExtendedUITableViewController(IntPtr handle)
|
||||
: base(handle)
|
||||
{ }
|
||||
|
||||
public override void ViewDidAppear(bool animated)
|
||||
{
|
||||
var googleAnalyticsService = Resolver.Resolve<IGoogleAnalyticsService>();
|
||||
googleAnalyticsService.TrackPage(GetType().Name);
|
||||
base.ViewDidAppear(animated);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user