RoomVC: ContextualMenu: Plug reactions menu

This commit is contained in:
manuroe
2019-05-17 12:10:32 +02:00
parent 7782fde16f
commit 57e7505044
4 changed files with 87 additions and 1 deletions
@@ -102,4 +102,10 @@ final class RoomContextualMenuPresenter: NSObject {
animationCompletionInstructions()
}
}
func showReactionsMenu(forEvent eventId: String, inRoom roomId: String, session: MXSession,
aroundFrame frame: CGRect) {
let reactionsMenuViewModel = ReactionsMenuViewModel(aggregations: session.aggregations, roomId: roomId, eventId: eventId)
self.roomContextualMenuViewController?.showReactionsMenu(withViewModel: reactionsMenuViewModel, aroundFrame: frame)
}
}