Use matrix-analytics-events generated stubs (locally for now).

Track screens, removing any that aren't part of the schema.
This commit is contained in:
Doug
2021-11-24 18:04:54 +00:00
parent b5f3a56666
commit cea6cd145b
45 changed files with 137 additions and 232 deletions
@@ -106,9 +106,6 @@ NSString *const RecentsViewControllerDataReadyNotification = @"RecentsViewContro
self.enableBarTintColorStatusChange = NO;
self.rageShakeManager = [RageShakeManager sharedManager];
// Set default screen name
_screenName = @"RecentsScreen";
// Enable the search bar in the recents table, and remove the search option from the navigation bar.
_enableSearchBar = YES;
self.enableBarButtonSearch = NO;
@@ -260,7 +257,7 @@ NSString *const RecentsViewControllerDataReadyNotification = @"RecentsViewContro
[super viewWillAppear:animated];
// Screen tracking
[Analytics.shared trackScreen:_screenName];
[Analytics.shared trackScreen:AnalyticsScreenHome];
// Reset back user interactions
self.userInteractionEnabled = YES;