mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 00:24:43 +02:00
App Layout: Add usage measures
This commit is contained in:
+4
@@ -75,6 +75,10 @@ final class SpaceSelectorCoordinator: Coordinator, Presentable {
|
||||
// MARK: - Public
|
||||
|
||||
func start() {
|
||||
if let room = parameters.session.room(withRoomId: parameters.parentSpaceId) {
|
||||
Analytics.shared.trackViewRoom(room)
|
||||
}
|
||||
|
||||
MXLog.debug("[SpaceSelectorCoordinator] did start.")
|
||||
viewModel.completion = { [weak self] result in
|
||||
guard let self = self else { return }
|
||||
|
||||
Reference in New Issue
Block a user