RoomViewController: Add delegate method for live location screen presentation request.

This commit is contained in:
SBiOSoftWhare
2022-04-27 16:20:09 +02:00
parent 2018453e78
commit 5c4ce7009c
2 changed files with 9 additions and 0 deletions
+4
View File
@@ -3215,6 +3215,10 @@ static CGSize kThreadListBarButtonItemImageSize;
[self selectEventWithId:tappedEvent.eventId];
}
}
else if (bubbleData.tag == RoomBubbleCellDataTagLiveLocation)
{
[self.delegate roomViewController:self didRequestLiveLocationPresentationForEvent:tappedEvent bubbleData:bubbleData];
}
else
{
// Show contextual menu on single tap if bubble is not collapsed