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 8ef863ef78
commit 087df9fe0b
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