mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-19 06:02:12 +02:00
Analytics: Move code from AppDelegate to a dedicated class: Analytics
This commit is contained in:
@@ -231,7 +231,7 @@
|
||||
[super viewWillAppear:animated];
|
||||
|
||||
// Screen tracking
|
||||
[[AppDelegate theDelegate] trackScreen:_screenName];
|
||||
[[Analytics sharedInstance] trackScreen:_screenName];
|
||||
|
||||
// Deselect the current selected row, it will be restored on viewDidAppear (if any)
|
||||
NSIndexPath *indexPath = [self.recentsTableView indexPathForSelectedRow];
|
||||
|
||||
Reference in New Issue
Block a user