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 5f29c17bb7
commit 33ef957053
45 changed files with 137 additions and 232 deletions
+1 -1
View File
@@ -570,7 +570,7 @@ const NSTimeInterval kResizeComposerAnimationDuration = .05;
[super viewWillAppear:animated];
// Screen tracking
[Analytics.shared trackScreen:@"ChatRoom"];
[Analytics.shared trackScreen:AnalyticsScreenRoom];
// Refresh the room title view
[self refreshRoomTitle];