mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 16:42:44 +02:00
vector-im/element-ios/issues/5298 - Displaying a modal when tapping on a location in the timeline.
This commit is contained in:
committed by
Stefan Ceriu
parent
17f9639173
commit
2ef67f3ed2
@@ -190,6 +190,17 @@ handleUniversalLinkWithParameters:(UniversalLinkParameters*)parameters;
|
||||
*/
|
||||
- (void)roomViewControllerDidRequestLocationSharingFormPresentation:(RoomViewController *)roomViewController;
|
||||
|
||||
/**
|
||||
Ask the coordinator to invoke the location sharing form coordinator.
|
||||
|
||||
@param roomViewController the `RoomViewController` instance.
|
||||
@param event the event containing location information
|
||||
@param bubbleData the bubble data containing sender details
|
||||
*/
|
||||
- (void)roomViewController:(RoomViewController *)roomViewController
|
||||
didRequestLocationPresentationForEvent:(MXEvent *)event
|
||||
bubbleData:(id<MXKRoomBubbleCellDataStoring>)bubbleData;
|
||||
|
||||
- (BOOL)roomViewController:(RoomViewController *)roomViewController
|
||||
canEndPollWithEventIdentifier:(NSString *)eventIdentifier;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user