Skip to content

Commit 02ba0ef

Browse files
committed
RoomVC: Handle live location sharing cell data.
1 parent 87742ce commit 02ba0ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Riot/Modules/Room/RoomViewController.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2905,7 +2905,7 @@ - (RoomTimelineCellIdentifier)cellIdentifierForCellData:(MXKCellData*)cellData a
29052905
}
29062906
}
29072907
}
2908-
else if (bubbleData.tag == RoomBubbleCellDataTagLocation)
2908+
else if (bubbleData.tag == RoomBubbleCellDataTagLocation || bubbleData.tag == RoomBubbleCellDataTagLiveLocation)
29092909
{
29102910
if (bubbleData.isIncoming)
29112911
{

0 commit comments

Comments
 (0)