mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 00:52:43 +02:00
Implement analytics for threads
This commit is contained in:
@@ -4321,6 +4321,8 @@ const NSTimeInterval kResizeComposerAnimationDuration = .05;
|
||||
- (void)roomDataSource:(RoomDataSource *)roomDataSource didTapThread:(id<MXThreadProtocol>)thread
|
||||
{
|
||||
[self openThreadWithId:thread.id];
|
||||
|
||||
[Analytics.shared trackInteraction:AnalyticsUIElementRoomThreadSummaryItem];
|
||||
}
|
||||
|
||||
#pragma mark - Segues
|
||||
@@ -4646,6 +4648,8 @@ const NSTimeInterval kResizeComposerAnimationDuration = .05;
|
||||
threadId:nil];
|
||||
self.threadsBridgePresenter.delegate = self;
|
||||
[self.threadsBridgePresenter pushFrom:self.navigationController animated:YES];
|
||||
|
||||
[Analytics.shared trackInteraction:AnalyticsUIElementRoomThreadListButton];
|
||||
}
|
||||
|
||||
- (IBAction)onIntegrationsPressed:(id)sender
|
||||
|
||||
Reference in New Issue
Block a user