App Layout: Add usage measures

This commit is contained in:
Gil Eluard
2022-08-24 09:52:40 +02:00
committed by Stefan Ceriu
parent b02dd6f187
commit 11b56db2c2
17 changed files with 160 additions and 10 deletions
@@ -73,8 +73,7 @@ class RoomInvitesViewController: RecentsViewController {
super.finalizeInit()
title = VectorL10n.roomRecentsInvitesSection.capitalized
// TODO: add right screen tracker
// self.screenTracker = AnalyticsScreenTracker(screen: .rooms)
self.screenTracker = AnalyticsScreenTracker(screen: .invites)
tableViewPaginationThrottler = MXThrottler(minimumDelay: 0.1)
}