1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-16 00:03:22 +00:00

Added track screen events for pages and controller in extension. UserId refresh on login/logout.

This commit is contained in:
Kyle Spearrin
2016-08-04 00:06:09 -04:00
parent c86c82ee69
commit a831c9ac4f
27 changed files with 498 additions and 6512 deletions

View File

@@ -12,10 +12,11 @@ using Bit.iOS.Core.Utilities;
using System.Threading.Tasks;
using Bit.iOS.Core;
using MobileCoreServices;
using Bit.iOS.Core.Controllers;
namespace Bit.iOS.Extension
{
public partial class SiteListViewController : UITableViewController
public partial class SiteListViewController : ExtendedUITableViewController
{
public SiteListViewController(IntPtr handle) : base(handle)
{ }