RoomVC: Handle live location sharing cell data.

This commit is contained in:
SBiOSoftWhare
2022-04-22 11:51:45 +02:00
parent 1b7ff8202d
commit 1a77067532
+1 -1
View File
@@ -2905,7 +2905,7 @@ static CGSize kThreadListBarButtonItemImageSize;
}
}
}
else if (bubbleData.tag == RoomBubbleCellDataTagLocation)
else if (bubbleData.tag == RoomBubbleCellDataTagLocation || bubbleData.tag == RoomBubbleCellDataTagLiveLocation)
{
if (bubbleData.isIncoming)
{