We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87742ce commit 02ba0efCopy full SHA for 02ba0ef
Riot/Modules/Room/RoomViewController.m
@@ -2905,7 +2905,7 @@ - (RoomTimelineCellIdentifier)cellIdentifierForCellData:(MXKCellData*)cellData a
2905
}
2906
2907
2908
- else if (bubbleData.tag == RoomBubbleCellDataTagLocation)
+ else if (bubbleData.tag == RoomBubbleCellDataTagLocation || bubbleData.tag == RoomBubbleCellDataTagLiveLocation)
2909
{
2910
if (bubbleData.isIncoming)
2911
0 commit comments