mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 00:24:43 +02:00
RoomVC: ContextualMenu: Plug reactions menu
This commit is contained in:
@@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user