mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 01:22:46 +02:00
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:
@@ -76,8 +76,6 @@
|
||||
// Setup `MXKViewControllerHandling` properties
|
||||
self.enableBarTintColorStatusChange = NO;
|
||||
self.rageShakeManager = [RageShakeManager sharedManager];
|
||||
|
||||
_screenName = @"ContactsTable";
|
||||
}
|
||||
|
||||
- (void)viewDidLoad
|
||||
@@ -159,9 +157,6 @@
|
||||
- (void)viewWillAppear:(BOOL)animated
|
||||
{
|
||||
[super viewWillAppear:animated];
|
||||
|
||||
// Screen tracking
|
||||
[Analytics.shared trackScreen:_screenName];
|
||||
|
||||
MXWeakify(self);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user