RoomVC: Handle live location sharing cell data.

This commit is contained in:
SBiOSoftWhare
2022-04-22 11:51:45 +02:00
parent 0bf0af8e5a
commit 56dd3d25ad
+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)
{